fix: update PostgreSQL version in Dockerfile
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
Block a user