diff --git a/Dockerfile b/Dockerfile index b06d11ac..becd6359 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image -FROM python:3.12-slim-bookworm as base +FROM python:3.12.3-slim-bookworm as base # Install Nginx, curl, and build-essential RUN apt update && apt install -y nginx curl build-essential \ diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index 5aa1d296..e385219f 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -1,5 +1,5 @@ # -FROM python:3.12 +FROM python:3.12.3 # poetry RUN pip install poetry