Skip to content

Commit

Permalink
chore(deps): update postgres:16.3-alpine docker digest to de3d7b6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent 5922fdc commit da6b871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/development/stack-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
environment:
POSTGRES_DB: drinks
POSTGRES_PASSWORD: postgres
image: postgres:16.3-alpine@sha256:7e3608e3f384b6db43c0261c73df3c48bd36e3e2fc3df88be81fcd721f206f9f
image: postgres:16.3-alpine@sha256:de3d7b6e4b5b3fe899e997579d6dfe95a99539d154abe03f0b6839133ed05065
volumes:
- postgres-data:/var/lib/postgresql/data
- ../production/data/postgres/01-schema.sql:/docker-entrypoint-initdb.d/01-schema.sql
Expand Down
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:7e3608e3f384b6db43c0261c73df3c48bd36e3e2fc3df88be81fcd721f206f9f
image: postgres:16.3-alpine@sha256:de3d7b6e4b5b3fe899e997579d6dfe95a99539d154abe03f0b6839133ed05065
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 da6b871

Please sign in to comment.