Skip to content

Commit

Permalink
fix(deps): update ghcr.io/socialgouv/docker/nginx docker tag to v8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 8b99d38 commit 0a9e3b0
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 @@ -10,6 +10,6 @@ COPY . .
RUN yarn build
RUN yarn export

FROM ghcr.io/socialgouv/docker/nginx:8.2.0
FROM ghcr.io/socialgouv/docker/nginx:8.2.3

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

0 comments on commit 0a9e3b0

Please sign in to comment.