From 6279e4809867d47596b0afb1f6dafe5ff3a30dd9 Mon Sep 17 00:00:00 2001 From: koolwithk <22337918+koolwithk@users.noreply.github.com> Date: Thu, 27 Oct 2022 17:12:12 +0530 Subject: [PATCH] fixed 404 error with ZLIB_VERSION 1.2.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 868d0b9..03ae44d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ ARG MDBOOK_GRAPHVIZ_VERSION=0.1.3 ARG CARGO_ABOUT_VERSION=0.4.4 ARG CARGO_AUDIT_VERSION=0.16.0 ARG CARGO_DENY_VERSION=0.11.0 -ARG ZLIB_VERSION=1.2.11 +ARG ZLIB_VERSION=1.2.13 ARG POSTGRESQL_VERSION=11.14 # Make sure we have basic dev tools for building C libraries. Our goal here is