File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ ENV VERSION_LIBSODIUM=1.0.20
318
318
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
319
319
RUN set -xe; \
320
320
mkdir -p ${LIBSODIUM_BUILD_DIR}; \
321
- curl -Ls https://github.com/jedisct1/libsodium/archive/${VERSION_LIBSODIUM}.tar.gz \
321
+ curl -Ls https://github.com/jedisct1/libsodium/archive/${VERSION_LIBSODIUM}-RELEASE .tar.gz \
322
322
| tar xzC ${LIBSODIUM_BUILD_DIR} --strip-components=1
323
323
WORKDIR ${LIBSODIUM_BUILD_DIR}/
324
324
RUN CFLAGS="" \
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ ENV VERSION_LIBSODIUM=1.0.20
319
319
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
320
320
RUN set -xe; \
321
321
mkdir -p ${LIBSODIUM_BUILD_DIR}; \
322
- curl -Ls https://github.com/jedisct1/libsodium/archive/${VERSION_LIBSODIUM}.tar.gz \
322
+ curl -Ls https://github.com/jedisct1/libsodium/archive/${VERSION_LIBSODIUM}-RELEASE .tar.gz \
323
323
| tar xzC ${LIBSODIUM_BUILD_DIR} --strip-components=1
324
324
WORKDIR ${LIBSODIUM_BUILD_DIR}/
325
325
RUN CFLAGS="" \
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ ENV VERSION_LIBSODIUM=1.0.20
319
319
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
320
320
RUN set -xe; \
321
321
mkdir -p ${LIBSODIUM_BUILD_DIR}; \
322
- curl -Ls https://github.com/jedisct1/libsodium/archive/${VERSION_LIBSODIUM}.tar.gz \
322
+ curl -Ls https://github.com/jedisct1/libsodium/archive/${VERSION_LIBSODIUM}-RELEASE .tar.gz \
323
323
| tar xzC ${LIBSODIUM_BUILD_DIR} --strip-components=1
324
324
WORKDIR ${LIBSODIUM_BUILD_DIR}/
325
325
RUN CFLAGS="" \
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ ENV VERSION_LIBSODIUM=1.0.20
319
319
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
320
320
RUN set -xe; \
321
321
mkdir -p ${LIBSODIUM_BUILD_DIR}; \
322
- curl -Ls https://github.com/jedisct1/libsodium/archive/${VERSION_LIBSODIUM}.tar.gz \
322
+ curl -Ls https://github.com/jedisct1/libsodium/archive/${VERSION_LIBSODIUM}-RELEASE .tar.gz \
323
323
| tar xzC ${LIBSODIUM_BUILD_DIR} --strip-components=1
324
324
WORKDIR ${LIBSODIUM_BUILD_DIR}/
325
325
RUN CFLAGS="" \
You can’t perform that action at this time.
0 commit comments