File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ matrix:
2929before_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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/essentialkaos/sslcli
66
77COPY . .
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
2323COPY --from=builder /go/src/github.com/essentialkaos/sslcli/sslcli /usr/bin/
2424
You can’t perform that action at this time.
0 commit comments