Skip to content

Commit 029b889

Browse files
chore(deps): update all digest updates
1 parent 2517f97 commit 029b889

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
severity: "CRITICAL,HIGH"
363363
- name: Upload Trivy scan results to GitHub Security tab
364364
if: ${{ !cancelled() }}
365-
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
365+
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
366366
with:
367367
sarif_file: "trivy-results.sarif"
368368
category: "${{ matrix.image }}"

target/filter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rspamd/rspamd:4.1@sha256:0978e50c2fda51bfeff462ef5fec7cc9c626b913f75bda1c0a2a34151f2e2064
1+
FROM rspamd/rspamd:4.1@sha256:401faffb6f4bca4393c5828b2a4a12ffc2ce5acb5f60ec8191de22ce36410f23
22

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

target/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN printf '#!/bin/sh\nexec frankenphp php-cli "$@"\n' > /usr/bin/php && \
4242
FROM base AS composer
4343

4444
ENV COMPOSER_ALLOW_SUPERUSER=1
45-
COPY --from=composer/composer:2.10.3@sha256:fcb01bed79d24aa1561c28a6a502a0cd38d707a5f5cc75e2a00dcbea34e14e55 --link /usr/bin/composer /usr/bin/composer
45+
COPY --from=composer/composer:2.10.3@sha256:9747dec9fcc5012a1e77b2dbe748aa23534a1e1e16303c120a94c1b3246765f4 --link /usr/bin/composer /usr/bin/composer
4646

4747
FROM composer AS roundcube-builder
4848

0 commit comments

Comments
 (0)