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/