Skip to content

Commit 0d120f5

Browse files
Bump libxcrypt 4.5.1 → 4.5.2
1 parent 04beeef commit 0d120f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
8181

8282
COPY build_scripts/install-libxcrypt.sh /opt/_internal/build_scripts/
8383
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
84-
export LIBXCRYPT_VERSION=4.5.1 && \
85-
export LIBXCRYPT_HASH=e9b46a62397c15372935f6a75dc3929c62161f2620be7b7f57f03d69102c1a86 && \
84+
export LIBXCRYPT_VERSION=4.5.2 && \
85+
export LIBXCRYPT_HASH=71513a31c01a428bccd5367a32fd95f115d6dac50fb5b60c779d5c7942aec071 && \
8686
export LIBXCRYPT_DOWNLOAD_URL=https://github.com/besser82/libxcrypt/releases/download && \
8787
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/install-libxcrypt.sh
8888

0 commit comments

Comments
 (0)