swve 2024-06-10 10:07:53 +01:00
parent d85ea6861c
commit 81bc8e7e82
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -1,5 +1,5 @@
#
FROM python:3.12
FROM python:3.12.3
# poetry
RUN pip install poetry