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