Skip to content

Commit

Permalink
build(deps): bump postgres from f1aaf6f to b466516 in /examples/s…
Browse files Browse the repository at this point in the history
…hared/postgres (envoyproxy#30163)

build(deps): bump postgres in /examples/shared/postgres

Bumps postgres from `f1aaf6f` to `b466516`.

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent bf2c8cd commit 2b7a0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/shared/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgres:latest@sha256:f1aaf6f8be5552bef66c5580efbd2942c37d7277cd0416ef4939fa34bf0baf31
FROM postgres:latest@sha256:b46651665b72cf3b05b84a6f09579ec5a1e6835037c3d5d6a7f6305033f12eb2
COPY docker-healthcheck.sh /usr/local/bin/
HEALTHCHECK CMD ["docker-healthcheck.sh"]

0 comments on commit 2b7a0dd

Please sign in to comment.