From 31c522ffd50697e1b538d0ea989f7047664fb8bf Mon Sep 17 00:00:00 2001 From: fedy95 Date: Mon, 28 Jun 2021 21:24:52 +0300 Subject: [PATCH] add-security-scanners --- image/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/Dockerfile b/image/Dockerfile index 8ddc982..b0ad4af 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -3,8 +3,8 @@ FROM alpine:3.14 WORKDIR /src RUN \ apk update && apk upgrade && \ - apk add --no-cache git openssl-1.1.1k-r0 wget-1.21.1-r1 && \ - git clone https://github.com/acmesh-official/acme.sh.git && \ + apk add --no-cache git openssl==1.1.1k-r0 wget==1.21.1-r1 && \ + git clone --depth 1 --branch 2.9.0 https://github.com/acmesh-official/acme.sh.git && \ apk del git WORKDIR /src/acme.sh