We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1556b21 commit 3335f40Copy full SHA for 3335f40
build/docker/alpine.Dockerfile
@@ -49,7 +49,7 @@ RUN apk --no-cache --update add \
49
g++ \
50
curl
51
52
-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
53
54
RUN dotnet --version && npm -v && yarn -v
55
0 commit comments