Skip to content

Commit 7fe14b6

Browse files
chore(deps): update postgres docker tag to v18
1 parent 130efee commit 7fe14b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- "8080:8080"
2121

2222
database:
23-
image: postgres:14-alpine@sha256:6765739f422606933bc2aece3a2288e40e491488fd7e7c14e3323dfeefb10e38
23+
image: postgres:18-alpine@sha256:96d56f7f57c6aacd1fcb908bc83b345ec5f83231ee486dd66a1baadce274db88
2424
environment:
2525
- POSTGRES_USER=postgres
2626
- POSTGRES_PASSWORD=${TORMAP_DATABASE_PASSWORD:?Set TORMAP_DATABASE_PASSWORD to a strong generated password}

0 commit comments

Comments
 (0)