diff --git a/Dockerfile b/Dockerfile index be56cff3..54705f6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:3.16 RUN apk update && \ apk --no-cache add tzdata ca-certificates && \