From 86f677e444708ff0f4a250829fe74edc93e6679e Mon Sep 17 00:00:00 2001 From: clux Date: Wed, 11 Oct 2023 19:31:42 +0100 Subject: [PATCH] Bump curl and sqlite Signed-off-by: clux --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 494c58f..54e3200 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,10 +53,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="8.2.1" \ + CURL_VER="8.4.0" \ ZLIB_VER="1.3" \ PQ_VER="11.12" \ - SQLITE_VER="3420000" \ + SQLITE_VER="3430100" \ CC=musl-gcc \ PREFIX=/musl \ PATH=/usr/local/bin:/root/.cargo/bin:$PATH \