Skip to content

Commit

Permalink
Use debian bookworm images
Browse files Browse the repository at this point in the history
Apart from debian being sensical on it's own, buster packages include
postgres software for v11 - bookworm does for v15.
  • Loading branch information
peb-adr committed Dec 12, 2023
1 parent 7eb2829 commit 5704d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
postgres:
image: postgres:13
image: postgres:15
environment:
- POSTGRES_USER=openslides
- POSTGRES_PASSWORD=openslides
Expand Down

0 comments on commit 5704d44

Please sign in to comment.