From 9f6efa542fc55a80f89c2d8fea88ddbf80776d9d Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Thu, 27 Aug 2020 12:32:12 -0400 Subject: [PATCH] Update tools & C libraries --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aacb40c..f56335f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,9 +22,9 @@ ARG OPENSSL_VERSION=1.1.1g # - https://ftp.postgresql.org/pub/source/ ARG MDBOOK_VERSION=0.4.1 ARG CARGO_ABOUT_VERSION=0.2.2 -ARG CARGO_DENY_VERSION=0.7.0 +ARG CARGO_DENY_VERSION=0.7.3 ARG ZLIB_VERSION=1.2.11 -ARG POSTGRESQL_VERSION=11.8 +ARG POSTGRESQL_VERSION=11.9 # Make sure we have basic dev tools for building C libraries. Our goal # here is to support the musl-libc builds and Cargo builds needed for a