From fbdc39f0a31af3ccf4fadbb980fa433b809ab08c Mon Sep 17 00:00:00 2001 From: Scott Koranda <skoranda@gmail.com> Date: Tue, 5 Jul 2022 07:29:52 -0500 Subject: [PATCH] Update Dockerfile to use PostgreSQL 13.7 Update the Dockerfile for COmanage Match Postgres to use PostgreSQL 13.7. --- comanage-match-postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-match-postgres/Dockerfile b/comanage-match-postgres/Dockerfile index f009a89..1e02126 100644 --- a/comanage-match-postgres/Dockerfile +++ b/comanage-match-postgres/Dockerfile @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM postgres:13.4 +FROM postgres:13.7 #RUN apt-get update && apt-get install -y \ # postgresql-contrib-9.6 \