diff --git a/docker/Dockerfile b/docker/Dockerfile index 0f03b1ed1..0ca4b897a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,7 +19,7 @@ COPY ./docker/frontend-nginx/sites/default.conf /etc/nginx/sites-available/defau # it has some default settings there which result in displaying # the default nginx page, which is not what we need RUN rm -rf /etc/nginx/conf.d \ - && apk --no-cache add curl=8.11.0-r2 \ + && apk --no-cache add curl=8.11.1-r0 \ && chown -R www-data:www-data /usr/app/ WORKDIR /usr/app/src/dist