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 87eb5c3 commit 886c45fCopy full SHA for 886c45f
installer/Dockerfile
@@ -5,7 +5,7 @@ RUN cd ui && \
5
npm install && \
6
npm run build && \
7
rm -rf ./node_modules
8
-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
9
10
ARG DEPENDENCIES=" \
11
python3-pip"
@@ -29,7 +29,7 @@ RUN python3 -m venv /opt/py3 && \
29
poetry install && \
30
export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb/app/apps/manage.py compilemessages
31
32
-FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.8
+FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.14
33
ARG DOCKER_IMAGE_TAG=dev \
34
BUILD_AT \
35
GITHUB_COMMIT
0 commit comments