Compare commits

..

8 Commits

2 changed files with 3 additions and 3 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
gunicorn==23.0.0 gunicorn==23.0.0
psycopg[binary]==3.3.0 psycopg[binary]==3.3.2