Skip to content

Commit

Permalink
⬆️ upgrade LIBSODIUM to 1.0.20
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Gupta <prashantgupta@us.ibm.com>
  • Loading branch information
prashantgupta24 committed Jun 24, 2024
1 parent 145a5ec commit 8125b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ RUN microdnf install -y gcc gzip \

WORKDIR /usr/src/libsodium

ARG LIBSODIUM_VERSION=1.0.19
ARG LIBSODIUM_VERSION=1.0.20
RUN curl -LO https://github.com/jedisct1/libsodium/releases/download/${LIBSODIUM_VERSION}-RELEASE/libsodium-${LIBSODIUM_VERSION}.tar.gz \
&& tar -xzvf libsodium*.tar.gz \
&& rm -f libsodium*.tar.gz \
Expand Down

0 comments on commit 8125b60

Please sign in to comment.