We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82a33c commit ed42442Copy full SHA for ed42442
installer/Dockerfile-base
@@ -1,6 +1,6 @@
1
-FROM python:3.11-slim-bullseye AS python-stage
+FROM python:3.11-slim-bookworm AS python-stage
2
FROM ghcr.io/1panel-dev/maxkb-vector-model:v2.0.2 AS vector-model
3
-FROM postgres:17.6-bullseye
+FROM postgres:17.6-bookworm
4
COPY --from=python-stage /usr/local /usr/local
5
COPY installer/*.sh /usr/bin/
6
COPY installer/init.sql /docker-entrypoint-initdb.d/
0 commit comments