Skip to content

Commit f4698db

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
# PostgreSQL Database
33
postgres:
4-
image: postgres:16-alpine
4+
image: postgres:18-alpine
55
container_name: renovate-dashboard-db
66
restart: unless-stopped
77
environment:

helm/renovate-dashboard/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ postgresql:
213213

214214
image:
215215
repository: postgres
216-
tag: "16-alpine"
216+
tag: "18-alpine"
217217
pullPolicy: IfNotPresent
218218

219219
# PostgreSQL credentials

0 commit comments

Comments
 (0)