From 2d1ae5e2ccbbe218a27858bc0735c65bb89d86e4 Mon Sep 17 00:00:00 2001 From: Ash Davies <3853061+DrizzlyOwl@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:45:25 +0000 Subject: [PATCH] Automatically update to latest security fixes for upstream packages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7ceaf6c0..2fcf24f7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG COMMIT_SHA=not-set FROM "mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-azurelinux3.0" AS builder ARG COMMIT_SHA WORKDIR /build -RUN ["tdnf", "update"] +RUN ["tdnf", "update", "--security", "-y"] RUN ["tdnf", "install", "-y", "jq"] RUN ["tdnf", "clean", "all"] COPY ConcernsCaseWork/. .