Skip to content

Commit e364070

Browse files
committed
fix: update PostgreSQL version in Dockerfile
1 parent 719ad9c commit e364070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN chmod 755 /opt/maxkb-app/installer/*.sh && \
7070
chmod 755 /tmp && \
7171
useradd --no-create-home --home /opt/maxkb-app/sandbox sandbox -g root && \
7272
chown -R sandbox:root /opt/maxkb-app/sandbox && \
73-
chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/15/bin/* && \
73+
chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
7474
chmod g+x /usr/local/bin/python*
7575

7676
EXPOSE 8080

0 commit comments

Comments
 (0)