diff --git a/Dockerfile b/Dockerfile index 1859260..9d0f482 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:stable-alpine +FROM nginx:1.26.2-alpine-slim RUN apk --update --no-cache add nginx-mod-http-headers-more