From 39a56e37911318826620b0af3d280305500698fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 06:33:26 +0000 Subject: [PATCH] build(deps): bump ubuntu in /docker/linux/ubuntu Bumps ubuntu from `21ae67b` to `874aca5`. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/linux/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/linux/ubuntu/Dockerfile b/docker/linux/ubuntu/Dockerfile index b14c7d58..5cb80a94 100644 --- a/docker/linux/ubuntu/Dockerfile +++ b/docker/linux/ubuntu/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal@sha256:21ae67bf44d1d0a53ecdce48742c766e44aea4d16e18a3b88a3888eddaf782b5 as env +FROM ubuntu:focal@sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b as env ARG ANDROID_CLI_TOOLS=https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip \ APT_KEY_TOOLCHAIN=60C317803A41BA51845E371A1E9377A2BA9EF27F \ APT_KEY_AZUL=0xB1998361219BD9C9 \