diff --git a/base.Dockerfile b/base.Dockerfile index 5900805..a42dffb 100644 --- a/base.Dockerfile +++ b/base.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.12-alpine3.20 RUN apk add --no-cache \ tzdata \