Skip to content

Commit 775be0c

Browse files
committed
Fix dockerfile
1 parent f752181 commit 775be0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88

99
ENV GO111MODULE=auto
1010

11-
RUN apk add --no-cache git=~2.30 make=4.3-r0 upx=3.96-r1 && \
11+
RUN apk add --no-cache git=~2.32 make=4.3-r0 upx=3.96-r1 && \
1212
make deps && \
1313
make all && \
1414
upx sslcli

0 commit comments

Comments
 (0)