diff --git a/Dockerfile-1 b/Dockerfile-1 index b218ca9..d437874 100644 --- a/Dockerfile-1 +++ b/Dockerfile-1 @@ -1,4 +1,4 @@ -FROM python:3.13.2-bullseye +FROM python:3.13.3-bullseye WORKDIR /usr/src/app diff --git a/Dockerfile-2 b/Dockerfile-2 index 62a2410..f0e60d5 100644 --- a/Dockerfile-2 +++ b/Dockerfile-2 @@ -1,4 +1,4 @@ -FROM python:3.13.2-bullseye +FROM python:3.13.3-bullseye WORKDIR /usr/src/app diff --git a/Dockerfile-3 b/Dockerfile-3 index a05ff75..f562d53 100644 --- a/Dockerfile-3 +++ b/Dockerfile-3 @@ -1,4 +1,4 @@ -FROM python:3.13.2-bullseye +FROM python:3.13.3-bullseye WORKDIR /usr/src/app diff --git a/requirements.txt b/requirements.txt index ae5b81f..c30537a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # Dit zijn bewust niet de nieuwste versies -fastapi==0.115.11 -uvicorn==0.34.0 +fastapi==0.115.12 +uvicorn==0.34.2