Skip to content

Commit 3cd74ec

Browse files
committed
Update Dockerfile
1 parent 6fd34ec commit 3cd74ec

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
@@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/essentialkaos/sslcli
66

77
COPY . .
88

9-
RUN apk add --no-cache git=~2.22 make=4.2.1-r2 && \
9+
RUN apk add --no-cache git=~2.24 make=4.2.1-r2 && \
1010
make deps && \
1111
make all
1212

@@ -18,7 +18,7 @@ LABEL name="SSLCLI Image" \
1818
vendor="ESSENTIAL KAOS" \
1919
maintainer="Anton Novojilov" \
2020
license="EKOL" \
21-
version="2019.08.14"
21+
version="2020.01.13"
2222

2323
COPY --from=builder /go/src/github.com/essentialkaos/sslcli/sslcli /usr/bin/
2424

0 commit comments

Comments
 (0)