Skip to content

Commit f4d6b3d

Browse files
chore(deps): update postgres docker tag to v18
1 parent f421b36 commit f4d6b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linkwarden/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- traefik.http.routers.linkwarden.tls.certresolver=cloudflare
2828
linkwarden-database:
2929
container_name: linkwarden-database
30-
image: postgres:17-alpine
30+
image: postgres:18-alpine
3131
restart: unless-stopped
3232
environment:
3333
- POSTGRES_PASSWORD=${LINKWARDEN_POSTGRES_PASSWORD}

0 commit comments

Comments
 (0)