Skip to content

Commit

Permalink
Merge pull request #125 from clux/bump-curl
Browse files Browse the repository at this point in the history
Bump curl and sqlite
  • Loading branch information
clux authored Oct 11, 2023
2 parents 2e68edf + 86f677e commit 3f03d90
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 3f03d90

Please sign in to comment.