Skip to content

Commit

Permalink
chore(deps): update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2024
1 parent 1ab7bf9 commit f660f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
app:
# Use offical typescript-node devcontainer image
image: mcr.microsoft.com/vscode/devcontainers/typescript-node:1-20@sha256:87f45e7d18579ffbe6370697cd77bf921669d0d6d3643eda3920426432fe461a
image: mcr.microsoft.com/vscode/devcontainers/typescript-node:1-20@sha256:725b80c692548ad40cd9bb20d548be4d2bfca5478525326f29ea2698023f6bbb

volumes:
- ..:/workspace:cached
Expand All @@ -20,7 +20,7 @@ services:
# (Adding the "ports" property to this file will not forward from a Codespace.)

db:
image: postgres:latest@sha256:0cf02e45421b780449f0bab6b4af7e5ab2c37d3ca729e284fcec1a18f3fa9354
image: postgres:latest@sha256:c62fdb7fd6f519ef425c54760894c74e8d0cb04fbf4f7d3d79aafd86bae24edd
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
Expand Down

0 comments on commit f660f4b

Please sign in to comment.