From 16f9dde21938581a1ad1e97c0686a5c5b18653ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:08:01 +0000 Subject: [PATCH] Bump ubuntu in /Docker/Linux in the actions group Bumps the actions group in /Docker/Linux with 1 update: ubuntu. Updates `ubuntu` from `b359f10` to `ab64a83` --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- Docker/Linux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Linux/Dockerfile b/Docker/Linux/Dockerfile index cf66771..8ece908 100644 --- a/Docker/Linux/Dockerfile +++ b/Docker/Linux/Dockerfile @@ -1,7 +1,7 @@ # Copyright (c) Microsoft Corporation # SPDX-License-Identifier: MIT -FROM ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b +FROM ubuntu:24.04@sha256:ab64a8382e935382638764d8719362bb50ee418d944c1f3d26e0c99fae49a345 # Install dependencies RUN apt-get update && apt-get install -y \