diff --git a/.github/build.Dockerfile b/.github/build.Dockerfile index 74602a34..36148f0b 100644 --- a/.github/build.Dockerfile +++ b/.github/build.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.6-bookworm@sha256:2679c15c940573aded505b2f2fbbd4e718b5172327aae3ab9f43a10a5c700dfc +FROM golang:1.24.7-bookworm@sha256:b8bae5bd9ba9b1f89b635c91c24cc75cea335a16fb5076310f38566fc674b1ec RUN apt update && apt install -y clang gcc flex bison make autoconf \ gcc-arm-linux-gnueabi libc6-dev-armhf-cross \ libelf-dev gcc-aarch64-linux-gnu libc6-dev-arm64-cross git && \