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

Commit 55e055d

Browse files
author
Julien Bouquillon
authored
fix(docker): updt [email protected] (#153)
1 parent 6b38c44 commit 55e055d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN if [ -z "$PRODUCTION" ]; then \
3838
yarn build:export
3939

4040
# Production image, copy all the files and run next
41-
FROM ghcr.io/socialgouv/docker/nginx:7.3.0 AS runner
41+
FROM ghcr.io/socialgouv/docker/nginx:7.3.1 AS runner
4242

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

0 commit comments

Comments
 (0)