chore(deps): bump gosu version (#5010)

- ubuntu have removed the version we were using
This commit is contained in:
Iain Sproat
2025-06-30 19:47:46 +01:00
committed by GitHub
parent a4ab20c938
commit 73f5fd4cf5
+1 -1
View File
@@ -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 \