diff --git a/docker/Dockerfile b/docker/Dockerfile index e854ffee5..78e329dc4 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.2.1-r0 \ + && apk --no-cache add curl=8.3.0-r0 \ && chown -R www-data:www-data /usr/app/ WORKDIR /usr/app/src/dist