Skip to content

Commit 29314a7

Browse files
fix: update base images in Dockerfile to use trixie variant
1 parent 4a8963b commit 29314a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/Dockerfile-base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM python:3.11-slim-bookworm AS python-stage
1+
FROM python:3.11-slim-trixie AS python-stage
22
FROM ghcr.io/1panel-dev/maxkb-vector-model:v2.0.2 AS vector-model
3-
FROM postgres:17.6-bookworm
3+
FROM postgres:17.6-trixie
44
COPY --from=python-stage /usr/local /usr/local
55
COPY installer/*.sh /usr/bin/
66
COPY installer/init.sql /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)