Skip to content

Commit 11d7558

Browse files
committed
chore: used a more general base image for postgres
1 parent 3ce8691 commit 11d7558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/introduction/example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ Create a `compose.yml` file in the root of the project
574574
```dockerfile
575575
services:
576576
postgres:
577-
image: "postgres:17.0-alpine3.20"
577+
image: "postgres:17"
578578
environment:
579579
- "POSTGRES_USER=gettingstarted"
580580
- "POSTGRES_DB=gettingstarted"

0 commit comments

Comments
 (0)