This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.11-slim
|
||||
FROM python:3.12-slim
|
||||
ARG API_URL
|
||||
WORKDIR /app
|
||||
RUN apt-get update && apt-get --no-install-recommends -y install libpq5 && rm -rf /var/apt/cache/*
|
||||
|
||||
Reference in New Issue
Block a user