Update tools & C libraries

This commit is contained in:
Eric Kidd 2020-08-27 12:32:12 -04:00
parent 37cf61cd7e
commit 9f6efa542f
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ ARG OPENSSL_VERSION=1.1.1g
# - https://ftp.postgresql.org/pub/source/ # - https://ftp.postgresql.org/pub/source/
ARG MDBOOK_VERSION=0.4.1 ARG MDBOOK_VERSION=0.4.1
ARG CARGO_ABOUT_VERSION=0.2.2 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 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 # 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 # here is to support the musl-libc builds and Cargo builds needed for a