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