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

Commit

Permalink
fix(docker): updt nginx@7.3.1 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Apr 14, 2023
1 parent 6b38c44 commit 55e055d
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.0 AS runner
FROM ghcr.io/socialgouv/docker/nginx:7.3.1 AS runner

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

Expand Down

0 comments on commit 55e055d

Please sign in to comment.