diff --git a/Dockerfile b/Dockerfile index a9003e0e84396e1d2b3a0df281a7fa308ead0795..74b534597498cc0c37b06013327138b572b7d70b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.23.1-alpine +FROM nginx:1.23.2-alpine # hadolint ignore=DL3018 RUN rm -rf /etc/nginx/conf./* && \ chmod 777 /run && \