diff --git a/image/Dockerfile b/image/Dockerfile index 64184b2..8ddc982 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.14 WORKDIR /src RUN \ apk update && apk upgrade && \ - apk add --no-cache git openssl-1.1.1k-r1 wget && \ + 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 del git