Bump container version and PyYAML version
This commit is contained in:
parent
51413e89e2
commit
e6e7f00f4c
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11-alpine
|
FROM python:3.12-alpine
|
||||||
COPY ./requirements.txt /app/requirements.txt
|
COPY ./requirements.txt /app/requirements.txt
|
||||||
RUN [ "pip", "install", "-r", "/app/requirements.txt" ]
|
RUN [ "pip", "install", "-r", "/app/requirements.txt" ]
|
||||||
COPY ./src /app/src
|
COPY ./src /app/src
|
||||||
|
@ -4,6 +4,6 @@ dnspython==2.3.0
|
|||||||
idna==3.4
|
idna==3.4
|
||||||
pyaml==21.10.1
|
pyaml==21.10.1
|
||||||
pymongo==4.3.3
|
pymongo==4.3.3
|
||||||
PyYAML==6.0
|
PyYAML==6.0.1
|
||||||
requests==2.28.2
|
requests==2.28.2
|
||||||
urllib3==1.26.14
|
urllib3==1.26.14
|
||||||
|
Reference in New Issue
Block a user