diff --git a/Dockerfile b/Dockerfile index a09819b..e1274cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM alpine:3.19 +FROM alpine:3.20 WORKDIR /metahub COPY . /metahub/ RUN apk upgrade --no-cache busybox \ - && apk add -U --no-cache git=2.43.0-r0 python3=3.11.8-r0 py3-pip=23.3.1-r0 \ + && apk add -U --no-cache git=2.45.1-r0 python3=3.12.3-r1 py3-pip=24.0-r2 \ && rm -rf /var/cache/apk/* \ && pip3 install --no-cache-dir -r requirements.txt --break-system-packages