diff --git a/nginx/Dockerfile b/nginx/Dockerfile index ef970b7..bfec722 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------------- # # Here the magic, the rest of it is ordinary -FROM nginx:1.27.5-bookworm +FROM nginx:1.29.0-bookworm # Install necessary packages RUN apt-get update && apt-get install -y \