Skip to content

Commit

Permalink
Automatically update to latest security fixes for upstream packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Dec 6, 2024
1 parent dd76d2f commit 2d1ae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/. .
Expand Down

0 comments on commit 2d1ae5e

Please sign in to comment.