From 73f5fd4cf506fcf948ab14eca0a8acfdfc0d8dee Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Mon, 30 Jun 2025 19:47:46 +0100 Subject: [PATCH] chore(deps): bump gosu version (#5010) - ubuntu have removed the version we were using --- packages/fileimport-service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fileimport-service/Dockerfile b/packages/fileimport-service/Dockerfile index ff8fbae67..47bce1ba4 100644 --- a/packages/fileimport-service/Dockerfile +++ b/packages/fileimport-service/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update -y \ --no-install-recommends \ ca-certificates=20240203 \ curl=8.5.0-2ubuntu10.6 \ - gosu=1.17-1ubuntu0.24.04.2 \ + gosu=1.17-1ubuntu0.24.04.3 \ && curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini \ && chmod +x /usr/bin/tini \ && curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh \