Skip to content

Commit 65aab13

Browse files
renovate[bot]Shchepotin
authored andcommitted
chore(deps): update postgres docker tag to v17.6
1 parent 503f469 commit 65aab13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.relational.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:17.5-alpine
3+
image: postgres:17.6-alpine
44
expose:
55
- 5432
66
environment:

docker-compose.relational.test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:17.5-alpine
3+
image: postgres:17.6-alpine
44
expose:
55
- 5432
66
environment:

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:17.5-alpine
3+
image: postgres:17.6-alpine
44
ports:
55
- ${DATABASE_PORT}:5432
66
volumes:

0 commit comments

Comments
 (0)