Update libs and tools
This commit is contained in:
parent
42159c2334
commit
b38371cd34
|
@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
For maximum stablity, use images with tags like `ekidd/rust-musl-builder:1.46.0` or `ekidd/rust-musl-builder:nightly-2020-08-26`. These may occasionally be rebuilt, but only while they're "current", or possibly if they're recent and serious security are discovered in a library.
|
For maximum stablity, use images with tags like `ekidd/rust-musl-builder:1.46.0` or `ekidd/rust-musl-builder:nightly-2020-08-26`. These may occasionally be rebuilt, but only while they're "current", or possibly if they're recent and serious security are discovered in a library.
|
||||||
|
|
||||||
|
## 2021-02-13
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- mdbook: Updated to 0.4.6.
|
||||||
|
- Postgres: Updated to 11.11.
|
||||||
|
|
||||||
## 2021-01-07
|
## 2021-01-07
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -22,11 +22,11 @@ ARG OPENSSL_VERSION=1.1.1i
|
||||||
#
|
#
|
||||||
# We're stuck on PostgreSQL 11 until we figure out
|
# We're stuck on PostgreSQL 11 until we figure out
|
||||||
# https://github.com/emk/rust-musl-builder/issues.
|
# https://github.com/emk/rust-musl-builder/issues.
|
||||||
ARG MDBOOK_VERSION=0.4.5
|
ARG MDBOOK_VERSION=0.4.6
|
||||||
ARG CARGO_ABOUT_VERSION=0.2.3
|
ARG CARGO_ABOUT_VERSION=0.2.3
|
||||||
ARG CARGO_DENY_VERSION=0.8.5
|
ARG CARGO_DENY_VERSION=0.8.5
|
||||||
ARG ZLIB_VERSION=1.2.11
|
ARG ZLIB_VERSION=1.2.11
|
||||||
ARG POSTGRESQL_VERSION=11.9
|
ARG POSTGRESQL_VERSION=11.11
|
||||||
|
|
||||||
# Make sure we have basic dev tools for building C libraries. Our goal here is
|
# 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 large selection
|
# to support the musl-libc builds and Cargo builds needed for a large selection
|
||||||
|
|
Loading…
Reference in a new issue