Skip to content

Commit ed42442

Browse files
committed
fix: update base images in Dockerfile to use bookworm variant
1 parent c82a33c commit ed42442

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-bullseye AS python-stage
1+
FROM python:3.11-slim-bookworm AS python-stage
22
FROM ghcr.io/1panel-dev/maxkb-vector-model:v2.0.2 AS vector-model
3-
FROM postgres:17.6-bullseye
3+
FROM postgres:17.6-bookworm
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)