Skip to content

Commit 886c45f

Browse files
committed
fix: update Dockerfile to use Python 3.11 and PostgreSQL 15.14 images
1 parent 87eb5c3 commit 886c45f

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
@@ -5,7 +5,7 @@ RUN cd ui && \
55
npm install && \
66
npm run build && \
77
rm -rf ./node_modules
8-
FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.8 AS stage-build
8+
FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.14 AS stage-build
99

1010
ARG DEPENDENCIES=" \
1111
python3-pip"
@@ -29,7 +29,7 @@ RUN python3 -m venv /opt/py3 && \
2929
poetry install && \
3030
export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb/app/apps/manage.py compilemessages
3131

32-
FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.8
32+
FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.14
3333
ARG DOCKER_IMAGE_TAG=dev \
3434
BUILD_AT \
3535
GITHUB_COMMIT

0 commit comments

Comments
 (0)