Skip to content

Commit 153e479

Browse files
chore(deps): update postgres docker tag to v18
1 parent b8c06e2 commit 153e479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-postgres-example/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
SPRING_JPA_SHOW_SQL: false
1818

1919
postgres-db:
20-
image: postgres:17
20+
image: postgres:18
2121
container_name: postgres-db
2222
ports:
2323
- "5432:5432"

0 commit comments

Comments
 (0)