Skip to content

Commit 02e183e

Browse files
build: upgrade pg from 17.5 to 17.6.
1 parent 5c6a5ea commit 02e183e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN cd ui && \
66
NODE_OPTIONS="--max-old-space-size=4096" npm run build-chat && \
77
find . -maxdepth 1 ! -name '.' ! -name 'dist' ! -name 'public' -exec rm -rf {} +
88

9-
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.5 AS stage-build
9+
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.6 AS stage-build
1010

1111
ARG DEPENDENCIES=" \
1212
python3-pip"
@@ -32,7 +32,7 @@ RUN rm -rf /opt/maxkb-app/ui && \
3232
rm -rf /opt/maxkb-app/installer
3333
COPY --from=web-build --chmod=700 ui /opt/maxkb-app/ui
3434

35-
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.5
35+
FROM ghcr.io/1panel-dev/maxkb-base:python3.11-pg17.6
3636
ARG DOCKER_IMAGE_TAG=dev \
3737
BUILD_AT \
3838
GITHUB_COMMIT

0 commit comments

Comments
 (0)