Skip to content

Commit 79191b7

Browse files
committed
Update Dockerfile for compatibility with the latest version of alpine
1 parent 55e799f commit 79191b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
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-r0 && \
11+
RUN apk add --no-cache git=~2.30 make=4.3-r0 upx=3.96-r1 && \
1212
make deps && \
1313
make all && \
1414
upx sslcli
@@ -21,7 +21,7 @@ LABEL name="SSLCLI Image" \
2121
vendor="ESSENTIAL KAOS" \
2222
maintainer="Anton Novojilov" \
2323
license="EKOL" \
24-
version="2021.04.03"
24+
version="2021.05.01"
2525

2626
COPY --from=builder /go/src/github.com/essentialkaos/sslcli/sslcli /usr/bin/
2727

0 commit comments

Comments
 (0)