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