From ed424428accb1600369cb45ec51073b8d7a94820 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Mon, 18 Aug 2025 15:32:04 +0800 Subject: [PATCH] fix: update base images in Dockerfile to use bookworm variant --- installer/Dockerfile-base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/Dockerfile-base b/installer/Dockerfile-base index 37515765e..cc9a619e3 100644 --- a/installer/Dockerfile-base +++ b/installer/Dockerfile-base @@ -1,6 +1,6 @@ -FROM python:3.11-slim-bullseye AS python-stage +FROM python:3.11-slim-bookworm AS python-stage FROM ghcr.io/1panel-dev/maxkb-vector-model:v2.0.2 AS vector-model -FROM postgres:17.6-bullseye +FROM postgres:17.6-bookworm COPY --from=python-stage /usr/local /usr/local COPY installer/*.sh /usr/bin/ COPY installer/init.sql /docker-entrypoint-initdb.d/