fix: update postgres dependency to version 17.6-bullseye

This commit is contained in:
CaptainB 2025-08-18 14:57:34 +08:00
parent 2714a941f9
commit c82a33ce48

View File

@ -1,6 +1,6 @@
FROM python:3.11-slim-bullseye AS python-stage
FROM ghcr.io/1panel-dev/maxkb-vector-model:v2.0.2 AS vector-model
FROM postgres:17.5-bullseye
FROM postgres:17.6-bullseye
COPY --from=python-stage /usr/local /usr/local
COPY installer/*.sh /usr/bin/
COPY installer/init.sql /docker-entrypoint-initdb.d/