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

Commit

Permalink
fix(docker): upgrade nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Oct 7, 2021
1 parent c037abe commit 2a235d6
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 @@ -6,6 +6,6 @@ RUN yarn --production --frozen-lockfile --prefer-offline && yarn cache clean
RUN yarn build
RUN yarn export

FROM ghcr.io/socialgouv/docker/nginx:6.53.1
FROM ghcr.io/socialgouv/docker/nginx:6.53.2

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

0 comments on commit 2a235d6

Please sign in to comment.