fix: update base images in Dockerfile to use bookworm variant

This commit is contained in:
CaptainB 2025-08-18 15:32:04 +08:00
parent c82a33ce48
commit ed424428ac

View File

@ -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/