Updated Dockerfiles

This commit is contained in:
saundersp
2024-06-10 18:57:17 +02:00
parent 2e7b7313c3
commit 179f106062
4 changed files with 11 additions and 12 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.19.1
FROM alpine:3.20.0
RUN apk add --no-cache curl=8.5.0-r0 python3=3.11.9-r0 && rm -rf /var/cache/apk*
RUN apk add --no-cache curl=8.7.1-r0 python3=3.12.3-r1 && rm -rf /var/cache/apk*
WORKDIR /home/ViolaJones/downloader
COPY requirements.txt activate.sh ./