Skip to content

Commit

Permalink
Make pg_dumpall compatible with 12.3 db server (#1035)
Browse files Browse the repository at this point in the history
* Make pg_dumpall  compatible with 12.3 db server

* jumping directly to the current version 12.7
  • Loading branch information
michaelcourcy committed Jun 30, 2021
1 parent ea5ff6a commit 340103c
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
@@ -1,4 +1,4 @@
FROM postgres:12.0-alpine
FROM postgres:12.7-alpine
LABEL maintainer="vkamra@kasten.io"

ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit 340103c

Please sign in to comment.