We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4f2c7 commit 18cf89eCopy full SHA for 18cf89e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12-slim AS dev
+FROM python:3.13-slim AS dev
2
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
3
4
RUN apt-get update -y && apt-get install -y \
docker-compose.yml
@@ -22,7 +22,7 @@ services:
22
condition: service_healthy
23
24
db:
25
- image: postgres:15.6-bullseye
+ image: postgres:17.3-bullseye
26
hostname: postgres
27
environment:
28
POSTGRES_USER: ${DB_USER}
0 commit comments