Skip to content

Commit

Permalink
Update nginx Docker tag to v1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 99adda0 commit 4952a91
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
COPY ./ ./
RUN yarn build

FROM nginx:1.23-alpine
FROM nginx:1.25-alpine

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

0 comments on commit 4952a91

Please sign in to comment.