File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99ENV GO111MODULE=auto
1010
11- RUN apk add --no-cache git=~2.32 make=4.3-r0 upx=3.96-r1 && \
11+ # hadolint ignore=DL3018
12+ RUN apk add --no-cache git make upx && \
1213 make deps && \
1314 make all && \
1415 upx sslcli
@@ -20,8 +21,8 @@ FROM essentialkaos/alpine:3.13
2021LABEL name="SSLCLI Image" \
2122 vendor="ESSENTIAL KAOS" \
2223 maintainer="Anton Novojilov" \
23- license="EKOL " \
24- version="2021.08.21 "
24+ license="Apache-2.0 " \
25+ version="2021.12.10 "
2526
2627COPY --from=builder /go/src/github.com/essentialkaos/sslcli/sslcli /usr/bin/
2728
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ sudo yum install yo
4545
4646#### Prebuilt binaries
4747
48- You can download prebuilt binaries for Linux and OS X from [ EK Apps Repository] ( https://apps.kaos.st/sslcli/latest ) :
48+ You can download prebuilt binaries for Linux and macOS from [ EK Apps Repository] ( https://apps.kaos.st/sslcli/latest ) :
4949
5050``` bash
5151bash <( curl -fsSL https://apps.kaos.st/get) sslcli
You can’t perform that action at this time.
0 commit comments