Skip to content

Commit 57105fc

Browse files
committed
bump zstd
1 parent 3de27ba commit 57105fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:16.04
55

66
ARG CMAKE_VERSION=3.17.3
77
ARG SQLITE_VERSION=3310000
8-
ARG ZSTD_VERSION=1.4.5
8+
ARG ZSTD_VERSION=1.4.7
99
ARG CPU_ARCH=haswell
1010

1111
ENV CFLAGS="-march=${CPU_ARCH} -O3"
@@ -29,7 +29,7 @@ RUN ln -s /usr/local/lib/libsqlite3.so.0 /usr/local/lib/libsqlite3.so
2929

3030
# Zstandard -- hacked with -fPIC for use with ZSTD_WHOLE_ARCHIVE
3131
WORKDIR /work
32-
RUN wget -nv -O - https://github.com/facebook/zstd/releases/download/v${ZSTD_VERSION}/zstd-${ZSTD_VERSION}.tar.gz | tar zx
32+
RUN wget -nv -O - https://github.com/facebook/zstd/archive/v${ZSTD_VERSION}/v${ZSTD_VERSION}.tar.gz | tar zx
3333
WORKDIR /work/zstd-${ZSTD_VERSION}
3434
RUN CFLAGS="${CFLAGS} -fPIC" make install -j $(nproc)
3535

0 commit comments

Comments
 (0)