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 @@ -293,7 +293,7 @@ RUN cmake --build . --target install
293293# https://github.com/jedisct1/libsodium/releases
294294# Needed by:
295295# - php
296- ENV VERSION_LIBSODIUM=1.0.18
296+ ENV VERSION_LIBSODIUM=1.0.19
297297ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
298298RUN set -xe; \
299299 mkdir -p ${LIBSODIUM_BUILD_DIR}; \
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ RUN cmake --build . --target install
294294# https://github.com/jedisct1/libsodium/releases
295295# Needed by:
296296# - php
297- ENV VERSION_LIBSODIUM=1.0.18
297+ ENV VERSION_LIBSODIUM=1.0.19
298298ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
299299RUN set -xe; \
300300 mkdir -p ${LIBSODIUM_BUILD_DIR}; \
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ RUN cmake --build . --target install
294294# https://github.com/jedisct1/libsodium/releases
295295# Needed by:
296296# - php
297- ENV VERSION_LIBSODIUM=1.0.18
297+ ENV VERSION_LIBSODIUM=1.0.19
298298ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
299299RUN set -xe; \
300300 mkdir -p ${LIBSODIUM_BUILD_DIR}; \
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ RUN cmake --build . --target install
295295# https://github.com/jedisct1/libsodium/releases
296296# Needed by:
297297# - php
298- ENV VERSION_LIBSODIUM=1.0.18
298+ ENV VERSION_LIBSODIUM=1.0.19
299299ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
300300RUN set -xe; \
301301 mkdir -p ${LIBSODIUM_BUILD_DIR}; \
You can’t perform that action at this time.
0 commit comments