mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-27 20:42:52 +00:00
fix: update PostgreSQL version in Dockerfile
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
This commit is contained in:
parent
719ad9c9c1
commit
e364070082
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue