We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f752181 commit 775be0cCopy full SHA for 775be0c
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ COPY . .
8
9
ENV GO111MODULE=auto
10
11
-RUN apk add --no-cache git=~2.30 make=4.3-r0 upx=3.96-r1 && \
+RUN apk add --no-cache git=~2.32 make=4.3-r0 upx=3.96-r1 && \
12
make deps && \
13
make all && \
14
upx sslcli
0 commit comments