Skip to content

Commit 3335f40

Browse files
committed
Fix Docker build
1 parent 1556b21 commit 3335f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN apk --no-cache --update add \
4949
g++ \
5050
curl
5151

52-
RUN apk --no-cache --update add dotnet8-sdk go~=1.22 --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
52+
RUN apk --no-cache --update add dotnet8-sdk go~=1.22 --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community
5353

5454
RUN dotnet --version && npm -v && yarn -v
5555

0 commit comments

Comments
 (0)