File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3939 run : |
4040 DOCKER_IMAGE=ghcr.io/1panel-dev/maxkb-python-pg
4141 DOCKER_PLATFORMS=${{ github.event.inputs.architecture }}
42- TAG_NAME=python3.11-pg15.8
42+ TAG_NAME=python3.11-pg15.14
4343 DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME} --tag ${DOCKER_IMAGE}:latest"
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 @@ -70,6 +70,7 @@ RUN chmod 755 /opt/maxkb/app/installer/run-maxkb.sh && \
7070 useradd --no-create-home --home /opt/maxkb/app/sandbox sandbox -g root && \
7171 chown -R sandbox:root /opt/maxkb/app/sandbox && \
7272 chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/15/bin/* && \
73+ chmod g+xr /usr/bin/ld.so && \
7374 chmod g+x /usr/local/bin/python* && \
7475 find /etc/ -type f ! -path '/etc/resolv.conf' ! -path '/etc/hosts' | xargs chmod g-rx
7576
Original file line number Diff line number Diff line change 1- FROM python:3.11-slim-bookworm AS python-stage
2- FROM postgres:15.14-bookworm
1+ FROM python:3.11-slim-trixie AS python-stage
2+ FROM postgres:15.14-trixie
33
44ARG DEPENDENCIES=" \
55 libexpat1-dev \
You can’t perform that action at this time.
0 commit comments