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 Jul 22, 2024
1 parent 8151517 commit 2aa8b12
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 2aa8b12

Please sign in to comment.