Compare commits

10 Commits

2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
services: services:
db: db:
image: postgres:17-alpine image: postgres:18-alpine
init: true init: true
environment: environment:
POSTGRES_DB: "gaehsnitzdb" POSTGRES_DB: "gaehsnitzdb"

View File

@@ -1,3 +1,3 @@
django==5.2.8 django==6.0.1
gunicorn==23.0.0 gunicorn==25.0.1
psycopg[binary]==3.3.1 psycopg[binary]==3.3.2