Skip to content

Commit bd323f3

Browse files
chore(deps): update docker.io/library/postgres docker tag to v18
1 parent 798f74e commit bd323f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ services:
11831183
- CMD-SHELL
11841184
- pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}
11851185
timeout: 5s
1186-
image: docker.io/library/postgres:16-alpine
1186+
image: docker.io/library/postgres:18-alpine
11871187
restart: unless-stopped
11881188
volumes:
11891189
- authentik-database:/var/lib/postgresql/data

0 commit comments

Comments
 (0)