Updated Dockerfiles
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FROM alpine:3.20.0
|
||||
FROM alpine:3.20.1
|
||||
|
||||
RUN apk add --no-cache curl=8.7.1-r0 python3=3.12.3-r1 && rm -rf /var/cache/apk*
|
||||
RUN apk add --no-cache curl=8.8.0-r0 python3=3.12.3-r1 && rm -rf /var/cache/apk*
|
||||
|
||||
WORKDIR /home/ViolaJones/downloader
|
||||
COPY requirements.txt activate.sh ./
|
||||
|
Reference in New Issue
Block a user