fix: update PostgreSQL version in Dockerfile
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run

This commit is contained in:
CaptainB 2025-06-14 12:59:24 +08:00
parent 719ad9c9c1
commit e364070082

View File

@ -70,7 +70,7 @@ RUN chmod 755 /opt/maxkb-app/installer/*.sh && \
chmod 755 /tmp && \
useradd --no-create-home --home /opt/maxkb-app/sandbox sandbox -g root && \
chown -R sandbox:root /opt/maxkb-app/sandbox && \
chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/15/bin/* && \
chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
chmod g+x /usr/local/bin/python*
EXPOSE 8080