diff --git a/Dockerfile b/Dockerfile index 3733e0a..b88a75d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.2-alpine3.19 +FROM python:3.12.3-alpine3.19 RUN apk update && \ apk upgrade && \