diff --git a/Dockerfile b/Dockerfile index 66af295..0b7deb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN cd /out && \ FROM scratch AS xx COPY --from=xx-build /out/ /usr/bin/ -FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/debian:bookworm-20240926-slim AS base +FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/debian:bookworm-20241016-slim AS base # Install platform agnostic build dependencies RUN apt-get update && apt-get install -y clang lld cmake git