Skip to content

Commit 391dd84

Browse files
maswinebyhr
authored andcommitted
Pin postgres image version in docker compose
1 parent 890ceb9 commit 391dd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
type: bind
1919

2020
postgres:
21-
image: ${TRINO_GATEWAY_POSTGRES_IMAGE:-postgres}
21+
image: ${TRINO_GATEWAY_POSTGRES_IMAGE:-postgres:17-alpine}
2222
environment:
2323
- PGPORT=5432
2424
- POSTGRES_PASSWORD=P0stG&es

0 commit comments

Comments
 (0)