Bump container version and PyYAML version

This commit is contained in:
Fred Boniface 2024-02-19 11:17:03 +00:00
parent 51413e89e2
commit e6e7f00f4c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine
COPY ./requirements.txt /app/requirements.txt
RUN [ "pip", "install", "-r", "/app/requirements.txt" ]
COPY ./src /app/src

View File

@ -4,6 +4,6 @@ dnspython==2.3.0
idna==3.4
pyaml==21.10.1
pymongo==4.3.3
PyYAML==6.0
PyYAML==6.0.1
requests==2.28.2
urllib3==1.26.14