Skip to content

Commit

Permalink
Merge pull request #271 from digitalservicebund/dependabot/docker/cha…
Browse files Browse the repository at this point in the history
…inguard/nginx-91dba20

Bump chainguard/nginx from `b70db73` to `91dba20`
  • Loading branch information
github-actions[bot] authored Mar 4, 2025
2 parents 12285de + fcea24a commit 2e6ce32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN --mount=type=secret,id=SENTRY_AUTH_TOKEN\
SENTRY_AUTH_TOKEN=$(cat /run/secrets/SENTRY_AUTH_TOKEN) \
npm run build

FROM cgr.dev/chainguard/nginx:latest@sha256:b70db730fc8d02df4fcc3ed9fea2718a40225e8054f7e854fbd636dc5563cdcf
FROM cgr.dev/chainguard/nginx:latest@sha256:91dba2035e76d37e1e44905c72fb1792169000f29a4f9ee56f948887311c50ac
EXPOSE 8081
COPY --from=builder /frontend/dist /var/lib/nginx/html
COPY nginx.conf /etc/nginx/conf.d/ris-adm-vwv.conf

0 comments on commit 2e6ce32

Please sign in to comment.