From c2040a0b0a859c47bf8777f40254e910608c28a1 Mon Sep 17 00:00:00 2001 From: clux Date: Sun, 16 Oct 2022 16:43:18 +0100 Subject: [PATCH] bump zlib/sqlite/curl Signed-off-by: clux --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c94c23..00dd645 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,10 +49,10 @@ RUN chmod a+X /root # Convenience list of versions and variables for compilation later on # This helps continuing manually if anything breaks. ENV SSL_VER="1.1.1q" \ - CURL_VER="7.84.0" \ - ZLIB_VER="1.2.12" \ + CURL_VER="7.85.0" \ + ZLIB_VER="1.2.13" \ PQ_VER="11.12" \ - SQLITE_VER="3390200" \ + SQLITE_VER="3390400" \ CC=musl-gcc \ PREFIX=/musl \ PATH=/usr/local/bin:/root/.cargo/bin:$PATH \