Update docker.io/library/postgres Docker tag to v16
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (pull_request) Successful in 10s Details

This commit is contained in:
CI 2024-04-26 04:50:38 +00:00
parent 6081861b3c
commit 47710fe40d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
- "POSTGRES_USER=authentik"
expose:
- "5432/tcp"
image: "docker.io/library/postgres:12-alpine"
image: "docker.io/library/postgres:16-alpine"
networks:
- "authentik_default"
restart: "unless-stopped"