Skip to content

Commit

Permalink
Bump Postgres to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jan 29, 2025
1 parent 10a4dd9 commit 1339ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'
services:

postgres:
image: "postgres:11"
image: "postgres:13"
restart: always
tmpfs: /var/lib/postgresql/data
network_mode: "host"
Expand Down

0 comments on commit 1339ce3

Please sign in to comment.