fix: update postgres dependency to version 17.6-bullseye
This commit is contained in:
parent
2714a941f9
commit
c82a33ce48
@ -1,6 +1,6 @@
|
|||||||
FROM python:3.11-slim-bullseye AS python-stage
|
FROM python:3.11-slim-bullseye AS python-stage
|
||||||
FROM ghcr.io/1panel-dev/maxkb-vector-model:v2.0.2 AS vector-model
|
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 --from=python-stage /usr/local /usr/local
|
||||||
COPY installer/*.sh /usr/bin/
|
COPY installer/*.sh /usr/bin/
|
||||||
COPY installer/init.sql /docker-entrypoint-initdb.d/
|
COPY installer/init.sql /docker-entrypoint-initdb.d/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user