Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: use newer nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Jul 17, 2023
1 parent d8ca42b commit 0a68ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN if [ -z "$PRODUCTION" ]; then \
yarn build:export

# Production image, copy all the files and run next
FROM ghcr.io/socialgouv/docker/nginx:7.3.1 AS runner
FROM ghcr.io/socialgouv/docker/nginx:sha-1d70757 AS runner

COPY --from=builder /app/out /usr/share/nginx/html

Expand Down

0 comments on commit 0a68ebf

Please sign in to comment.