Skip to content

Commit 3ba3779

Browse files
What a fool.. :D
1 parent 7641cd0 commit 3ba3779

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
@@ -3,7 +3,7 @@ FROM alpine:3.13
33
RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker && \
44
ln -sf /usr/bin/python3 /usr/bin/python
55

6-
COPY --from=docker pull golang:alpine /usr/local/go/ /usr/local/go/
6+
COPY --from=golang:alpine /usr/local/go/ /usr/local/go/
77

88
ENV PATH="/usr/local/go/bin:${PATH}"
99
# Configure Go

0 commit comments

Comments
 (0)