Skip to content

Commit

Permalink
chore(deps): Update nginx Docker tag to v1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2023
1 parent 72dae7f commit 64391c9
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 @@ -22,6 +22,6 @@ RUN ./node_modules/.bin/gulp homepage:build

#------- Copy to nginx

FROM nginx:1.23.1-alpine
FROM nginx:1.25.1-alpine

COPY --from=builder /app/dist/homepage /usr/share/nginx/html

0 comments on commit 64391c9

Please sign in to comment.