Skip to content

Commit

Permalink
docker: use encoredotdev/postgres image
Browse files Browse the repository at this point in the history
This adds support for the popular `vector` and `postgis`
extensions and gives us more flexibility in the future.
  • Loading branch information
eandre committed Jul 28, 2023
1 parent a947bf1 commit 9e8378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/daemon/sqldb/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func PullImage(ctx context.Context) error {
return cmd.Run()
}

const Image = "postgres:14-alpine"
const Image = "encoredotdev/postgres:15"

func isDockerRunning(ctx context.Context) bool {
err := exec.CommandContext(ctx, "docker", "info").Run()
Expand Down

0 comments on commit 9e8378d

Please sign in to comment.