Skip to content

Commit

Permalink
Use debian bookworm images (#240)
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 authored Dec 12, 2023
1 parent 7eb2829 commit 9c61c90
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 9c61c90

Please sign in to comment.