Skip to content

Commit 06d659b

Browse files
chore(deps): update docker.io/library/postgres docker tag to v18
1 parent c150556 commit 06d659b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ services:
12151215
- CMD-SHELL
12161216
- pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}
12171217
timeout: 5s
1218-
image: docker.io/library/postgres:16-alpine
1218+
image: docker.io/library/postgres:18-alpine
12191219
restart: unless-stopped
12201220
volumes:
12211221
- authentik-database:/var/lib/postgresql/data

0 commit comments

Comments
 (0)