Skip to content

Commit

Permalink
Update postgres Docker tag to v14.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 126e789 commit dbc38d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
condition: service_completed_successfully

db:
image: postgres:14.11
image: postgres:14.13
environment:
POSTGRES_USER: iib
POSTGRES_PASSWORD: iib
Expand Down
2 changes: 1 addition & 1 deletion compose-files/podman-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
condition: service_completed_successfully

db:
image: postgres:14.11
image: postgres:14.13
environment:
POSTGRES_USER: iib
POSTGRES_PASSWORD: iib
Expand Down

0 comments on commit dbc38d1

Please sign in to comment.