Skip to content

Commit

Permalink
Update nginx Docker tag to v1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent cd4924b commit c435f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXPOSE 80

RUN hugo --config config.prod.toml

FROM nginx:1.25.2-alpine
FROM nginx:1.27.1-alpine
COPY --from=build /src/public/ /usr/share/nginx/html

CMD ["nginx", "-g", "daemon off;"]
Expand Down

0 comments on commit c435f93

Please sign in to comment.