Skip to content

Commit 9088e4d

Browse files
committed
[Docker-Compose] Change postgres image to 16-alpine version
1 parent 68debac commit 9088e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
POSTGRES_USER: redmine-usr
3434
POSTGRES_PASSWORD: redmine-pswd
3535
container_name: 'redmine-db'
36-
image: 'postgres:11.1-alpine'
36+
image: 'postgres:16-alpine'
3737
healthcheck:
3838
test: ["CMD-SHELL", "pg_isready -U postgres"]
3939
interval: 20s

0 commit comments

Comments
 (0)