Skip to content

Commit

Permalink
Bump curl and sqlite
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 11, 2023
1 parent 2e68edf commit 86f677e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 86f677e

Please sign in to comment.