We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd34ec commit 3cd74ecCopy full SHA for 3cd74ec
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/essentialkaos/sslcli
6
7
COPY . .
8
9
-RUN apk add --no-cache git=~2.22 make=4.2.1-r2 && \
+RUN apk add --no-cache git=~2.24 make=4.2.1-r2 && \
10
make deps && \
11
make all
12
@@ -18,7 +18,7 @@ LABEL name="SSLCLI Image" \
18
vendor="ESSENTIAL KAOS" \
19
maintainer="Anton Novojilov" \
20
license="EKOL" \
21
- version="2019.08.14"
+ version="2020.01.13"
22
23
COPY --from=builder /go/src/github.com/essentialkaos/sslcli/sslcli /usr/bin/
24
0 commit comments