From 3335f402cd585706c39d152e19f2d54f33450c70 Mon Sep 17 00:00:00 2001 From: Oscar Reimer Date: Thu, 12 Dec 2024 10:43:23 +0100 Subject: [PATCH] Fix Docker build --- build/docker/alpine.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/alpine.Dockerfile b/build/docker/alpine.Dockerfile index 6f845ef8..b49d4020 100644 --- a/build/docker/alpine.Dockerfile +++ b/build/docker/alpine.Dockerfile @@ -49,7 +49,7 @@ RUN apk --no-cache --update add \ g++ \ curl -RUN apk --no-cache --update add dotnet8-sdk go~=1.22 --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community +RUN apk --no-cache --update add dotnet8-sdk go~=1.22 --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community RUN dotnet --version && npm -v && yarn -v