Skip to content

Commit 5744962

Browse files
authored
PR #11 from psaux-it/nginx-version
use version tag
2 parents c0e27c9 + c57bd41 commit 5744962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ---------------------------------------------------------------------------- #
77

88
# Here the magic, the rest of it is ordinary
9-
FROM nginx:latest
9+
FROM nginx:1.27.3-bookworm
1010

1111
# Install necessary packages
1212
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)