Skip to content

Commit

Permalink
Revert "docker: upgrade base image to debian 12" (Workaround for libz…
Browse files Browse the repository at this point in the history
…std bug)

This reverts commit 610af75.
  • Loading branch information
PhilippvK committed Dec 10, 2024
1 parent bf75c34 commit 3a2863b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
##
ARG ENABLE_CMAKE="false"

FROM debian:bookworm AS cmake-install
FROM debian:bullseye AS cmake-install
ARG CMAKE_REPO="https://github.com/Kitware/CMake"
ARG CMAKE_VERSION="3.22.2"
ARG CMAKE_TARGET="Linux-x86_64"
Expand Down Expand Up @@ -47,7 +47,7 @@ RUN if [ "${ENABLE_CMAKE}" = "true" ] ; \
&& rm ./cmake.sh ; \
fi

FROM debian:bookworm AS mlonmcu-ci
FROM debian:bullseye AS mlonmcu-ci

COPY --from=cmake-install /opt/tools/cmake/ /opt/tools/cmake/
ENV PATH="/opt/tools/cmake/bin:${PATH}"
Expand Down

0 comments on commit 3a2863b

Please sign in to comment.