summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2022-02-22 10:46:21 +0100
committerAndras Timar <andras.timar@collabora.com>2022-02-22 10:57:21 +0100
commit0a978edd8744d50d904dd784274d7f1c12faea7e (patch)
tree991243908635aa2e97de3741fcd64743efab257d /docker
parentdocker: from-source: use the new distro/collabora/co-22.05 core branch (diff)
downloadonline-0a978edd8744d50d904dd784274d7f1c12faea7e.tar.gz
online-0a978edd8744d50d904dd784274d7f1c12faea7e.zip
docker: from-source: cool user has id 498 in latest opensuse/leap
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: Ie730b609e3bcccfa3ff6ddb2f949353846f7eec9
Diffstat (limited to 'docker')
-rw-r--r--docker/from-source/openSUSE2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/from-source/openSUSE b/docker/from-source/openSUSE
index 567a414765..1dcce35eb5 100644
--- a/docker/from-source/openSUSE
+++ b/docker/from-source/openSUSE
@@ -34,6 +34,6 @@ RUN setcap cap_fowner,cap_chown,cap_mknod,cap_sys_chroot=ep /usr/bin/coolforkit
EXPOSE 9980
# switch to cool user (use numeric user id to be compatible with Kubernetes Pod Security Policies)
-USER 481
+USER 498
CMD ["/start-collabora-online.sh"]