Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 3b85f9d commit 5447e87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
command: sleep infinity

postgres:
image: postgres:14.13
image: postgres:16.4
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- sos24-server-beta

postgres:
image: postgres:14.13
image: postgres:16.4
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
postgres:
image: postgres:14.13
image: postgres:16.4
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- sos24-server-stg

postgres:
image: postgres:14.13
image: postgres:16.4
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
Expand Down

0 comments on commit 5447e87

Please sign in to comment.