diff --git a/Dockerfile b/Dockerfile index 0872151..27d62e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3 +FROM alpine:3.16 RUN apk add --no-cache \ bash~=5 \