Skip to content

Commit

Permalink
build(deps): Bump postgres from 15.4-alpine to 16.0-alpine
Browse files Browse the repository at this point in the history
Bumps postgres from 15.4-alpine to 16.0-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent 3a2c29b commit e99f1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN wget -O /tmp/mc https://dl.minio.io/client/mc/release/linux-amd64/mc
RUN chmod +x /tmp/mc

# Then build our backup image
FROM postgres:15.4-alpine
FROM postgres:16.0-alpine
LABEL maintainer="Benjamin Pannell <[email protected]>"

COPY --from=0 /tmp/mc /usr/bin/mc
Expand Down

0 comments on commit e99f1c2

Please sign in to comment.