Skip to content

Commit da35778

Browse files
committed
v0.6.0
1 parent bc1d68c commit da35778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/archive/v${ZSTD_VERSION}/v${ZSTD_VERSION}.tar.gz | tar zx
32+
RUN wget -nv -O - https://github.com/facebook/zstd/releases/download/v${ZSTD_VERSION}/zstd-${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)