From d0e3ef235e838043b2ff73403461917bd1b22f78 Mon Sep 17 00:00:00 2001 From: PromKnight Date: Tue, 10 Sep 2024 15:28:03 +0100 Subject: [PATCH] fix(curl): Fix curl version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7aad302..e4e105a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine3.19 RUN apk add --update --no-cache \ python3=3.11.9-r1 \ py3-pip=23.3.1-r0 \ - curl=8.9.0-r0 \ + curl=8.9.1-r0 \ && ln -sf python3 /usr/bin/python ENV DOTNET_RUNNING_IN_CONTAINER=true ENV DOTNET_gcServer=1