diff --git a/Dockerfile b/Dockerfile index e0c24eb3..17e10731 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.3 +FROM alpine:3.13.4 RUN apk add --no-cache git && \ mkdir /workdir