Skip to content

Commit 4351ab5

Browse files
chore(deps): update postgres docker tag to v18 (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1900481 commit 4351ab5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose-clean-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
postgres:
5-
image: postgres:17
5+
image: postgres:18
66
healthcheck:
77
test: psql postgres --command "select 1" -U postgres
88
environment:

docker-compose-clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
postgres:
5-
image: postgres:17
5+
image: postgres:18
66
healthcheck:
77
test: psql postgres --command "select 1" -U postgres
88
environment:

docker-compose-dev-migrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
postgres:
5-
image: postgres:17
5+
image: postgres:18
66
healthcheck:
77
test: psql postgres --command "select 1" -U postgres
88
# ports:

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
postgres:
5-
image: postgres:17
5+
image: postgres:18
66
healthcheck:
77
test: psql postgres --command "select 1" -U postgres
88
# ports:

0 commit comments

Comments
 (0)