Skip to content

Commit

Permalink
build(deps): bump postgres in /compose/production/postgres
Browse files Browse the repository at this point in the history
Bumps postgres from 16.0-bullseye to 16.1-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 010bbd5 commit c51c0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/production/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:16.0-bullseye
FROM postgres:16.1-bullseye

COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
RUN chmod +x /usr/local/bin/maintenance/*
Expand Down

0 comments on commit c51c0b2

Please sign in to comment.