diff --git a/Dockerfile b/Dockerfile index 53d290cb..2ee46d63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.5 +FROM alpine:3.14.0 RUN apk add --no-cache git && \ mkdir /workdir