From 87779b9d23afc17c2c10ae604f4f385805cf3e3b Mon Sep 17 00:00:00 2001 From: Willian Wang Date: Thu, 11 Dec 2025 14:09:36 -0300 Subject: [PATCH] chore: update gosu to 1.19 Signed-off-by: Willian Wang --- dockers/teable/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockers/teable/Dockerfile b/dockers/teable/Dockerfile index a3751a9cb7..644ee0eb4a 100644 --- a/dockers/teable/Dockerfile +++ b/dockers/teable/Dockerfile @@ -111,7 +111,7 @@ RUN set -ex; \ # install gosu for a better su+exec command # https://github.com/tianon/gosu/blob/master/INSTALL.md -ENV GOSU_VERSION 1.17 +ENV GOSU_VERSION 1.19 RUN set -eux; \ # save list of currently installed packages for later so we can clean up savedAptMark="$(apt-mark showmanual)"; \