Skip to content

Commit b2c35e0

Browse files
Bump libxcrypt 4.4.38 → 4.5.1
1 parent 586aaaa commit b2c35e0

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
@@ -86,8 +86,8 @@ RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
8686

8787
COPY build_scripts/install-libxcrypt.sh /build_scripts/
8888
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
89-
export LIBXCRYPT_VERSION=4.4.38 && \
90-
export LIBXCRYPT_HASH=80304b9c306ea799327f01d9a7549bdb28317789182631f1b54f4511b4206dd6 && \
89+
export LIBXCRYPT_VERSION=4.5.1 && \
90+
export LIBXCRYPT_HASH=e9b46a62397c15372935f6a75dc3929c62161f2620be7b7f57f03d69102c1a86 && \
9191
export LIBXCRYPT_DOWNLOAD_URL=https://github.com/besser82/libxcrypt/releases/download && \
9292
/tmp/cross-compiler/entrypoint /build_scripts/install-libxcrypt.sh
9393

0 commit comments

Comments
 (0)