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 5c6a5ea commit 02e183eCopy full SHA for 02e183e
installer/Dockerfile
@@ -6,7 +6,7 @@ RUN cd ui && \
6
NODE_OPTIONS="--max-old-space-size=4096" npm run build-chat && \
7
find . -maxdepth 1 ! -name '.' ! -name 'dist' ! -name 'public' -exec rm -rf {} +
8
9
-FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.5 AS stage-build
+FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.6 AS stage-build
10
11
ARG DEPENDENCIES=" \
12
python3-pip"
@@ -32,7 +32,7 @@ RUN rm -rf /opt/maxkb-app/ui && \
32
rm -rf /opt/maxkb-app/installer
33
COPY --from=web-build --chmod=700 ui /opt/maxkb-app/ui
34
35
-FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.5
+FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.6
36
ARG DOCKER_IMAGE_TAG=dev \
37
BUILD_AT \
38
GITHUB_COMMIT
0 commit comments