Skip to content

Commit 2f96e4b

Browse files
renovate[bot]Shchepotin
authored andcommitted
chore(deps): update postgres docker tag to v17.4
1 parent 8df3eca commit 2f96e4b

3 files changed

+3
-3
lines changed

docker-compose.relational.ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:17.0-alpine
3+
image: postgres:17.4-alpine
44
expose:
55
- 5432
66
environment:

docker-compose.relational.test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:17.0-alpine
3+
image: postgres:17.4-alpine
44
expose:
55
- 5432
66
environment:

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:17.0-alpine
3+
image: postgres:17.4-alpine
44
ports:
55
- ${DATABASE_PORT}:5432
66
volumes:

0 commit comments

Comments
 (0)