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 2a4e767 commit 3663733
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 bin/build-hugo.sh
# Serve image (stable nginx version)
# This cannot use Alpine because test/Dockerfile builds on this image and
# expects it to have apt-get.
FROM nginx:1.22
FROM nginx:1.26

LABEL description="bisonrelay-web server"
LABEL version="1.0"
Expand Down

0 comments on commit 3663733

Please sign in to comment.