Skip to content

Commit

Permalink
deps(docker): bump postgres in /docker/postgres-kanister-tools
Browse files Browse the repository at this point in the history
Bumps postgres from 16-bullseye to 17-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent dac52b2 commit 7e75c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres-kanister-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TOOLS_IMAGE
FROM ${TOOLS_IMAGE} AS TOOLS_IMAGE

# Actual image base
FROM postgres:16-bullseye
FROM postgres:17-bullseye

ENV DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit 7e75c31

Please sign in to comment.