Skip to content

Commit e2b7be0

Browse files
authored
Merge pull request #119 from GrahamCampbell/upgrade-libsodium
Upgrade to libsodium 1.0.19
2 parents f5752ba + f42c53e commit e2b7be0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
297297
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
298298
RUN set -xe; \
299299
mkdir -p ${LIBSODIUM_BUILD_DIR}; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
298298
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
299299
RUN set -xe; \
300300
mkdir -p ${LIBSODIUM_BUILD_DIR}; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
298298
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
299299
RUN set -xe; \
300300
mkdir -p ${LIBSODIUM_BUILD_DIR}; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
299299
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
300300
RUN set -xe; \
301301
mkdir -p ${LIBSODIUM_BUILD_DIR}; \

0 commit comments

Comments
 (0)