Skip to content

Commit

Permalink
Upgrade base image of postgres-kanister-tools image to postgres:14.0-…
Browse files Browse the repository at this point in the history
…alpine (#1136)

Upgrade base image of postgresql image to postgresql:14.0.0

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
akankshakumari393 and mergify[bot] committed Nov 16, 2021
1 parent 1e2a881 commit c955037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/postgres-kanister-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:13.3-alpine
FROM postgres:14.0-alpine
LABEL maintainer="vkamra@kasten.io"

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion docker/postgresql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:13.4.0
FROM bitnami/postgresql:14.0.0

USER root

Expand Down

0 comments on commit c955037

Please sign in to comment.