We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b8be6 commit ad47c26Copy full SHA for ad47c26
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.24 make=4.2.1-r2 && \
+RUN apk add --no-cache git=~2.26 make=4.3-r0 && \
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="2020.01.13"
+ version="2020.06.13"
22
23
COPY --from=builder /go/src/github.com/essentialkaos/sslcli/sslcli /usr/bin/
24
0 commit comments