diff --git a/Dockerfile b/Dockerfile index 35708709..0e0fa80c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN SECRET_KEY=dummy pipenv run python ./manage.py collectstatic --noinput ## NGINX ## ########### -FROM nginx:1.27.4@sha256:91734281c0ebfc6f1aea979cffeed5079cfe786228a71cc6f1f46a228cde6e34 AS nginx +FROM nginx:1.27.5@sha256:5ed8fcc66f4ed123c1b2560ed708dc148755b6e4cbd8b943fab094f2c6bfa91e AS nginx LABEL maintainer="Geert Derks " COPY ./config/nginx.conf /etc/nginx/nginx.conf