diff --git a/Dockerfile b/Dockerfile
index b46e1074b6..a1b4a970bf 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-20240110-slim as container
 
 COPY --from=build /lethean/build/packaged/lethean* /usr/local/bin/
 RUN apt-get update && apt-get install -y ca-certificates