Skip to content

Commit 33452f4

Browse files
authored
Merge pull request #69 from essentialkaos/develop
Improve Dockerfile
2 parents 943f819 + 08caa9d commit 33452f4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ COPY . .
88

99
ENV 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
2021
LABEL 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

2627
COPY --from=builder /go/src/github.com/essentialkaos/sslcli/sslcli /usr/bin/
2728

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5151
bash <(curl -fsSL https://apps.kaos.st/get) sslcli

0 commit comments

Comments
 (0)