Skip to content

Commit

Permalink
Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Nov 21, 2024
1 parent b01a2f9 commit 1552a43
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:17.1
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:17.1
environment:
POSTGRES_USER: iib
POSTGRES_PASSWORD: iib
Expand Down

0 comments on commit 1552a43

Please sign in to comment.