tests: update python version used in test apps

This commit is contained in:
Jose Diaz-Gonzalez
2024-09-29 03:23:13 -04:00
parent 27ce6b622c
commit 48234c908d
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11.4-buster
FROM python:3.12.6-bookworm
RUN pip install --user pipenv
ENV PATH="${PATH}:/root/.local/bin"

View File

@@ -1,4 +1,4 @@
FROM python:3.11.0-buster
FROM python:3.12.6-bookworm
ARG BUILD_ARG=key

View File

@@ -1,4 +1,4 @@
FROM python:3.11.0-buster
FROM python:3.12.6-bookworm
COPY . /app

View File

@@ -1,4 +1,4 @@
FROM python:3.11.0-buster
FROM python:3.12.6-bookworm
EXPOSE 3001/udp
EXPOSE 3000/tcp