From 011874ff3369764d90971aee78fbd05af66cfa4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:06:30 -0800 Subject: [PATCH] Bump ubuntu in /Docker/Linux in the actions group (#338) Bumps the actions group in /Docker/Linux with 1 update: ubuntu. Updates `ubuntu` from `99c3519` to `278628f` --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Docker/Linux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Linux/Dockerfile b/Docker/Linux/Dockerfile index db0175d..121ebcd 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:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 +FROM ubuntu:24.04@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295 # Install dependencies RUN apt-get update && apt-get install -y \