Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57f2e07

Browse files
author
Renovate Bot
committedJul 20, 2024
⬆️ Update docker.io/library/postgres Docker tag to v16
1 parent ae2a52e commit 57f2e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker/authentik/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.4"
33

44
services:
55
postgresql:
6-
image: docker.io/library/postgres:12-alpine
6+
image: docker.io/library/postgres:16-alpine
77
restart: unless-stopped
88
healthcheck:
99
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]

0 commit comments

Comments
 (0)
Please sign in to comment.