Skip to content

Commit

Permalink
downgrade postgres (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 committed Oct 26, 2022
1 parent 3b83e0f commit eaed079
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:bullseye
FROM postgres:14-bullseye
LABEL maintainer="vkamra@kasten.io"

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion docker/postgres-tools-9.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:bullseye
FROM postgres:14-bullseye

LABEL maintainer="vkamra@kasten.io"

Expand Down

0 comments on commit eaed079

Please sign in to comment.