Skip to content

Commit 6749eb6

Browse files
authored
Merge pull request #56 from essentialkaos/develop
Update Dockerfile
2 parents 4b6e886 + 2c526c1 commit 6749eb6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ matrix:
2929
before_install:
3030
- docker pull "$IMAGE"
3131
- wget https://kaos.sh/perfecto/perfecto-docker
32-
- wget -O hadolint https://github.com/hadolint/hadolint/releases/download/v1.17.2/hadolint-Linux-x86_64
32+
- wget -O hadolint https://github.com/hadolint/hadolint/releases/download/v1.17.4/hadolint-Linux-x86_64
3333
- chmod +x perfecto-docker
3434
- chmod +x hadolint
3535
- ./hadolint --version

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)