Skip to content

Commit f8afbed

Browse files
fix
1 parent 02e722b commit f8afbed

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
@@ -28,7 +28,7 @@ services:
2828
# https://docs.sourcebot.dev/docs/configuration/environment-variables
2929

3030
postgres:
31-
image: docker.io/postgres:${POSTGRES_VERSION:-latest}
31+
image: docker.io/postgres:${POSTGRES_VERSION:-17}
3232
restart: always
3333
healthcheck:
3434
test: ["CMD-SHELL", "pg_isready -U postgres"]

0 commit comments

Comments
 (0)