Skip to content

Commit

Permalink
docker: Use nginx 1.26 (latest stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Sep 5, 2024
1 parent d715c12 commit 290f403
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 @@ -25,7 +25,7 @@ RUN rm -rf public resources
RUN hugo --buildFuture

# Serve image (stable nginx version)
FROM nginx:1.22
FROM nginx:1.26

LABEL description="dcrblog server"
LABEL version="1.0"
Expand Down

0 comments on commit 290f403

Please sign in to comment.