Skip to content

Commit ad47c26

Browse files
committed
Update deps versions in Dockerfile
1 parent 72b8be6 commit ad47c26

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.24 make=4.2.1-r2 && \
9+
RUN apk add --no-cache git=~2.26 make=4.3-r0 && \
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="2020.01.13"
21+
version="2020.06.13"
2222

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

0 commit comments

Comments
 (0)