Skip to content

Commit

Permalink
chore: update container postgres version: 15.3 -> 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Sep 27, 2023
1 parent 0c42f75 commit ffb3b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/containers/compose.postgres.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
postgres:
image: "docker.io/postgres:15.3"
image: "docker.io/postgres:16.0"
restart: "always"
environment:
POSTGRES_DB: "${POSTGRES_DB:?}"
Expand Down

0 comments on commit ffb3b1d

Please sign in to comment.