Skip to content

Commit 2f4bd15

Browse files
authored
Merge pull request #319 from GrahamCampbell/2.x-libsodium
[2.x] Update libsodium to 1.0.22
2 parents 6853297 + 226b530 commit 2f4bd15

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ RUN cmake --build . --target install
314314
# https://github.com/jedisct1/libsodium/releases
315315
# Needed by:
316316
# - php
317-
ENV VERSION_LIBSODIUM=1.0.20
317+
ENV VERSION_LIBSODIUM=1.0.22
318318
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
319319
RUN set -xe; \
320320
mkdir -p ${LIBSODIUM_BUILD_DIR}; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ RUN cmake --build . --target install
315315
# https://github.com/jedisct1/libsodium/releases
316316
# Needed by:
317317
# - php
318-
ENV VERSION_LIBSODIUM=1.0.20
318+
ENV VERSION_LIBSODIUM=1.0.22
319319
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
320320
RUN set -xe; \
321321
mkdir -p ${LIBSODIUM_BUILD_DIR}; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ RUN cmake --build . --target install
315315
# https://github.com/jedisct1/libsodium/releases
316316
# Needed by:
317317
# - php
318-
ENV VERSION_LIBSODIUM=1.0.20
318+
ENV VERSION_LIBSODIUM=1.0.22
319319
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
320320
RUN set -xe; \
321321
mkdir -p ${LIBSODIUM_BUILD_DIR}; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ RUN cmake --build . --target install
315315
# https://github.com/jedisct1/libsodium/releases
316316
# Needed by:
317317
# - php
318-
ENV VERSION_LIBSODIUM=1.0.20
318+
ENV VERSION_LIBSODIUM=1.0.22
319319
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
320320
RUN set -xe; \
321321
mkdir -p ${LIBSODIUM_BUILD_DIR}; \

php-84/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ RUN cmake --build . --target install
315315
# https://github.com/jedisct1/libsodium/releases
316316
# Needed by:
317317
# - php
318-
ENV VERSION_LIBSODIUM=1.0.20
318+
ENV VERSION_LIBSODIUM=1.0.22
319319
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
320320
RUN set -xe; \
321321
mkdir -p ${LIBSODIUM_BUILD_DIR}; \

0 commit comments

Comments
 (0)