diff --git a/Dockerfile b/Dockerfile index b46e1074b6..a8e1728c8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY . . RUN make -j$(nproc) ${RELEASE_TYPE} RUN make ci-release -FROM debian:11.6-slim as container +FROM debian:bullseye-20240513-slim as container COPY --from=build /lethean/build/packaged/lethean* /usr/local/bin/ RUN apt-get update && apt-get install -y ca-certificates