From 34fa67858dd1dcb352c17e6e552bc796d5cb4fb7 Mon Sep 17 00:00:00 2001 From: Alex Sosnovskiy Date: Sat, 12 Apr 2025 16:17:53 +0300 Subject: [PATCH] Update docker images from debian:bullseye to debian:bookworm (#18278) --- dockerhub/debian-slim/Dockerfile | 2 +- dockerhub/debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerhub/debian-slim/Dockerfile b/dockerhub/debian-slim/Dockerfile index 80f3d1dff0..755a8415ca 100644 --- a/dockerhub/debian-slim/Dockerfile +++ b/dockerhub/debian-slim/Dockerfile @@ -55,7 +55,7 @@ RUN apt-get update -qq \ && which bun \ && bun --version -FROM debian:bullseye-slim +FROM debian:bookworm-slim # Disable the runtime transpiler cache by default inside Docker containers. # On ephemeral containers, the cache is not useful diff --git a/dockerhub/debian/Dockerfile b/dockerhub/debian/Dockerfile index 7ffec1efe5..f8ed38c3c5 100644 --- a/dockerhub/debian/Dockerfile +++ b/dockerhub/debian/Dockerfile @@ -56,7 +56,7 @@ RUN apt-get update -qq \ && rm -f "bun-linux-$build.zip" SHASUMS256.txt.asc SHASUMS256.txt \ && chmod +x /usr/local/bin/bun -FROM debian:bullseye +FROM debian:bookworm COPY docker-entrypoint.sh /usr/local/bin COPY --from=build /usr/local/bin/bun /usr/local/bin/bun