Skip to content

Commit

Permalink
chore(deps): update postgres:latest docker digest to 6a10188
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 1d25cc6 commit ec4b134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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:6a1018836fcf5be0ecf77b265b4434c58816205061817cba70168907fb328d41
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
Expand Down

0 comments on commit ec4b134

Please sign in to comment.