Skip to content

Commit 14017cf

Browse files
go version setting
1 parent c658bc2 commit 14017cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.13
22

3-
RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker go && \
3+
RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker go>=1.16 && \
44
ln -sf /usr/bin/python3 /usr/bin/python
55

66
# Configure Go

0 commit comments

Comments
 (0)