Skip to content

Commit

Permalink
chore(deps): update postgres:17.2-alpine docker digest to d37d2c1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent e45a4e1 commit 88cf2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
environment:
POSTGRES_DB: drinks
POSTGRES_PASSWORD: postgres
image: postgres:17.2-alpine@sha256:7691da1fee373a0d2c7f661521e17d51947e2a1b6e2d7e25ea3be18108348397
image: postgres:17.2-alpine@sha256:d37d2c160d34430877c802e5adc22824a2ad453499db9bab1a2ceb2be6c1a46f
volumes:
- postgres-data:/var/lib/postgresql/data
- ../production/data/postgres/01-schema.sql:/docker-entrypoint-initdb.d/01-schema.sql
Expand Down

0 comments on commit 88cf2e1

Please sign in to comment.