Lock binutils to 2.35 which has no known determinism issues

This commit is contained in:
Lance Vick 2024-01-28 16:29:16 -08:00
parent 26d26259a8
commit 0b89c0ef11
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ FROM ${REGISTRY}/musl as musl
FROM stage3 as base
ENV SRC_SITE https://ftp.gnu.org/gnu/binutils
ENV SRC_VERSION 2.41
ENV SRC_HASH ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
ENV SRC_VERSION 2.35
ENV SRC_HASH 1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85
FROM base as fetch
WORKDIR ${HOME}