From e36407008278fb6f1a1cd18dd46761a67d185d59 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Sat, 14 Jun 2025 12:59:24 +0800 Subject: [PATCH] fix: update PostgreSQL version in Dockerfile --- installer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/Dockerfile b/installer/Dockerfile index 697518036..3e41ebe20 100644 --- a/installer/Dockerfile +++ b/installer/Dockerfile @@ -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