Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent d49ca6a commit 0b47a00
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:16.3-alpine@sha256:36ed71227ae36305d26382657c0b96cbaf298427b3f1eaeb10d77a6dea3eec41
image: postgres:16.4-alpine@sha256:ff699b18d599c16e5f33215c2d33ae1efe3d1751bf277cebe1271e80b83188ac
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 0b47a00

Please sign in to comment.