Skip to content

Commit 19136c6

Browse files
chore(deps): update postgres docker tag to v18
| datasource | package | from | to | | ---------- | -------- | ---- | ---- | | docker | postgres | 16.4 | 18.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 9cc4538 commit 19136c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

memberlist/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- "9090:9090"
1212
postgres:
1313
container_name: postgres
14-
image: postgres:16.4
14+
image: postgres:18.1@sha256:5ec39c188013123927f30a006987c6b0e20f3ef2b54b140dfa96dac6844d883f
1515
ports:
1616
- "5432:5432"
1717
volumes:

redis/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- "9090:9090"
1212
postgres:
1313
container_name: postgres
14-
image: postgres:16.4
14+
image: postgres:18.1@sha256:5ec39c188013123927f30a006987c6b0e20f3ef2b54b140dfa96dac6844d883f
1515
ports:
1616
- "5432:5432"
1717
volumes:

0 commit comments

Comments
 (0)