From 886c45fb1d7d5caa04434b4c7c48cc0e625218ce Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 19 Aug 2025 14:06:48 +0800 Subject: [PATCH] fix: update Dockerfile to use Python 3.11 and PostgreSQL 15.14 images --- installer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/Dockerfile b/installer/Dockerfile index 7aa5eb9f7..81db72415 100644 --- a/installer/Dockerfile +++ b/installer/Dockerfile @@ -5,7 +5,7 @@ RUN cd ui && \ npm install && \ npm run build && \ rm -rf ./node_modules -FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.8 AS stage-build +FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.14 AS stage-build ARG DEPENDENCIES=" \ python3-pip" @@ -29,7 +29,7 @@ RUN python3 -m venv /opt/py3 && \ poetry install && \ export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb/app/apps/manage.py compilemessages -FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.8 +FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.14 ARG DOCKER_IMAGE_TAG=dev \ BUILD_AT \ GITHUB_COMMIT