File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 run : |
4040 DOCKER_IMAGE=ghcr.io/1panel-dev/maxkb-base
4141 DOCKER_PLATFORMS=${{ github.event.inputs.architecture }}
42- TAG_NAME=python3.11-pg17.4
42+ TAG_NAME=python3.11-pg17.5
4343 DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME}"
4444 echo ::set-output name=docker_image::${DOCKER_IMAGE}
4545 echo ::set-output name=version::${TAG_NAME}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN cd ui && \
66 NODE_OPTIONS="--max-old-space-size=4096" npm run build-only && \
77 NODE_OPTIONS="--max-old-space-size=4096" npm run build-only-chat && \
88 find . -maxdepth 1 ! -name '.' ! -name 'dist' ! -name 'public' -exec rm -rf {} +
9- FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.4 AS stage-build
9+ FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.5 AS stage-build
1010
1111ARG DEPENDENCIES=" \
1212 python3-pip"
@@ -35,7 +35,7 @@ RUN python3 -m venv /opt/py3 && \
3535 pip install diskcache2 requests pymysql psycopg2-binary && \
3636 rm -rf /opt/maxkb-app/installer
3737
38- FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.4
38+ FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.5
3939ARG DOCKER_IMAGE_TAG=dev \
4040 BUILD_AT \
4141 GITHUB_COMMIT
Original file line number Diff line number Diff line change 11FROM python:3.11-slim-bullseye AS python-stage
2- FROM postgres:17.4 -bullseye
2+ FROM postgres:17.5 -bullseye
33
44COPY --from=python-stage /usr/local /usr/local
55COPY installer/*.sh /usr/bin/
You can’t perform that action at this time.
0 commit comments