We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e799f commit 79191b7Copy full SHA for 79191b7
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-r0 && \
+RUN apk add --no-cache git=~2.30 make=4.3-r0 upx=3.96-r1 && \
12
make deps && \
13
make all && \
14
upx sslcli
@@ -21,7 +21,7 @@ LABEL name="SSLCLI Image" \
21
vendor="ESSENTIAL KAOS" \
22
maintainer="Anton Novojilov" \
23
license="EKOL" \
24
- version="2021.04.03"
+ version="2021.05.01"
25
26
COPY --from=builder /go/src/github.com/essentialkaos/sslcli/sslcli /usr/bin/
27
0 commit comments