diff --git a/Dockerfile b/Dockerfile index cc8ae60..d0d6c58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apk add -u -t build-tools curl git && \ # # Runtime container # -FROM alpine:latest +FROM alpine:3 RUN apk --no-cache add ca-certificates && mkdir -p /app