diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index da050070f..1080cfa33 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -20,7 +20,7 @@ services: # (Adding the "ports" property to this file will not forward from a Codespace.) db: - image: postgres:latest@sha256:4e77668ae1554479d2a4bbe2552857a8e060ac4bc84fec2f990a1a7fc54c7cc0 + image: postgres:latest@sha256:3267c505060a0052e5aa6e5175a7b41ab6b04da2f8c4540fc6e98a37210aa2d3 restart: unless-stopped volumes: - postgres-data:/var/lib/postgresql/data