Skip to content

Commit 831ee3c

Browse files
committed
Merge branch 'main' of github.com:jeboehm/docker-mailserver
2 parents 34934b2 + a16f69d commit 831ee3c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
severity: "CRITICAL,HIGH"
373373
- name: Upload Trivy scan results to GitHub Security tab
374374
if: always()
375-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
375+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
376376
with:
377377
sarif_file: "trivy-results.sarif"
378378
category: "${{ matrix.image }}"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
25-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
25+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2626
with:
2727
python-version: "3.14"
2828
cache: "pip"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
skip-commit: true
2828
skip-tag: true
2929
output-file: "false"
30-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
30+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3131
if: ${{ steps.changelog.outputs.skipped == 'false' }}
3232
with:
3333
python-version: "3.14"

target/unbound/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpinelinux/unbound:latest@sha256:d53aa36d1c8b7a2540f6e71f9510e1224512b90068c2a68b5acddeabc7f87073
1+
FROM alpinelinux/unbound:latest@sha256:123e5a86c9166c4f5a641544ea02fe735fbdc8231d17d4afc3ee197e6fd5f961
22

33
LABEL maintainer="https://github.com/jeboehm/docker-mailserver"
44
LABEL vendor="https://github.com/jeboehm/docker-mailserver"

target/web/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN printf '#!/bin/sh\nexec frankenphp php-cli "$@"\n' > /usr/bin/php && \
4040
FROM base AS composer
4141

4242
ENV COMPOSER_ALLOW_SUPERUSER=1
43-
COPY --from=composer/composer:2.9.3@sha256:3ba64722c36260502df9e776ae6450e43f20d448ea7a6df0a9776bb236a31494 /usr/bin/composer /usr/bin/composer
43+
COPY --from=composer/composer:2.9.4@sha256:ba379c4c4f0eeb7d14722d4054e7ca187bc19c35dd873c3111da7e98e63502c3 /usr/bin/composer /usr/bin/composer
4444

4545
FROM composer AS roundcube-builder
4646

@@ -79,7 +79,7 @@ RUN --mount=type=cache,target=/root/.composer \
7979

8080
FROM composer AS admin-builder
8181

82-
ARG ADMIN_VER=5.17.1 # renovate: depName=jeboehm/mailserver-admin
82+
ARG ADMIN_VER=5.17.3 # renovate: depName=jeboehm/mailserver-admin
8383
WORKDIR /opt/admin
8484
RUN curl -sSLf \
8585
-o /tmp/admin.tar.gz \

0 commit comments

Comments
 (0)