Skip to content

Commit

Permalink
Merge pull request #119 from GrahamCampbell/upgrade-libsodium
Browse files Browse the repository at this point in the history
Upgrade to libsodium 1.0.19
  • Loading branch information
mnapoli committed Sep 18, 2023
2 parents f5752ba + f42c53e commit e2b7be0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ RUN cmake --build . --target install
# https://github.com/jedisct1/libsodium/releases
# Needed by:
# - php
ENV VERSION_LIBSODIUM=1.0.18
ENV VERSION_LIBSODIUM=1.0.19
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
RUN set -xe; \
mkdir -p ${LIBSODIUM_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ RUN cmake --build . --target install
# https://github.com/jedisct1/libsodium/releases
# Needed by:
# - php
ENV VERSION_LIBSODIUM=1.0.18
ENV VERSION_LIBSODIUM=1.0.19
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
RUN set -xe; \
mkdir -p ${LIBSODIUM_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ RUN cmake --build . --target install
# https://github.com/jedisct1/libsodium/releases
# Needed by:
# - php
ENV VERSION_LIBSODIUM=1.0.18
ENV VERSION_LIBSODIUM=1.0.19
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
RUN set -xe; \
mkdir -p ${LIBSODIUM_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ RUN cmake --build . --target install
# https://github.com/jedisct1/libsodium/releases
# Needed by:
# - php
ENV VERSION_LIBSODIUM=1.0.18
ENV VERSION_LIBSODIUM=1.0.19
ENV LIBSODIUM_BUILD_DIR=${BUILD_DIR}/libsodium
RUN set -xe; \
mkdir -p ${LIBSODIUM_BUILD_DIR}; \
Expand Down

0 comments on commit e2b7be0

Please sign in to comment.