File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -314,11 +314,11 @@ RUN cmake --build . --target install
314
314
# https://github.com/jedisct1/libsodium/releases
315
315
# Needed by:
316
316
# - php
317
- ENV VERSION_LIBSODIUM=1.0.19
317
+ 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 @@ -315,11 +315,11 @@ RUN cmake --build . --target install
315
315
# https://github.com/jedisct1/libsodium/releases
316
316
# Needed by:
317
317
# - php
318
- ENV VERSION_LIBSODIUM=1.0.19
318
+ 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 @@ -315,11 +315,11 @@ RUN cmake --build . --target install
315
315
# https://github.com/jedisct1/libsodium/releases
316
316
# Needed by:
317
317
# - php
318
- ENV VERSION_LIBSODIUM=1.0.19
318
+ 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 @@ -315,11 +315,11 @@ RUN cmake --build . --target install
315
315
# https://github.com/jedisct1/libsodium/releases
316
316
# Needed by:
317
317
# - php
318
- ENV VERSION_LIBSODIUM=1.0.19
318
+ 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