Skip to content

Commit 4c47918

Browse files
chore(deps): update postgres docker tag to v18
1 parent ed67b96 commit 4c47918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
command: sleep infinity
99

1010
db:
11-
image: postgres:17.6-alpine
11+
image: postgres:18.0-alpine
1212
volumes:
1313
- db-data:/var/lib/postgresql/data
1414
environment:

0 commit comments

Comments
 (0)