Skip to content

Commit 1dd5889

Browse files
chore(deps): update postgres docker tag to v18
1 parent 2a25114 commit 1dd5889

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/c137/06-apps/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ services:
8383
container_name: nextcloud-redis
8484
restart: unless-stopped
8585
nextcloud-db:
86-
image: postgres:16
86+
image: postgres:18
8787
container_name: nextcloud-db
8888
volumes:
8989
- "{{ appdata_path }}/apps/nextcloud/db:/var/lib/postgresql/data"
@@ -115,7 +115,7 @@ services:
115115
- OAUTH2_USER_CREATION=0
116116
restart: unless-stopped
117117
miniflux-db:
118-
image: postgres:17
118+
image: postgres:18
119119
container_name: miniflux-db
120120
volumes:
121121
- "{{ appdata_path }}/apps/miniflux/db:/var/lib/postgresql/data"

0 commit comments

Comments
 (0)