Skip to content

Commit c4f1fbc

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

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.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
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.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
1515
ports:
1616
- "5432:5432"
1717
volumes:

0 commit comments

Comments
 (0)