Updated dependencies

This commit is contained in:
saundersp
2024-11-08 01:18:31 +01:00
parent 8c7f2c1c97
commit 512a21cdb3
7 changed files with 12 additions and 12 deletions

View File

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

View File

@ -1,2 +1,2 @@
numpy==2.0.0
tqdm==4.66.4
numpy==2.1.3
tqdm==4.67.0