From fc34f97cf2ab956349e7f5d5431efdee400749e9 Mon Sep 17 00:00:00 2001 From: Rik Smale <13023439+WikiRik@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:23:13 +0100 Subject: [PATCH] chore: update curl version --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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