Updated Dockerfiles

This commit is contained in:
saundersp
2025-08-20 22:53:18 +02:00
parent b1abaed9e3
commit c55dd14a89
3 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine:3.20.3
FROM alpine:3.22.1
RUN apk add --no-cache curl=8.11.0-r1 python3=3.12.7-r0 && rm -rf /var/cache/apk*
RUN apk add --no-cache curl=8.14.1-r1 python3=3.12.11-r0 && rm -rf /var/cache/apk*
WORKDIR /home/ViolaJones/downloader
COPY requirements.txt activate.sh ./