We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbf026 commit 5cbf59dCopy full SHA for 5cbf59d
2 files changed
images/hull-integration/Dockerfile
@@ -1,6 +1,7 @@
1
FROM mcr.microsoft.com/dotnet/sdk:9.0.203-noble-amd64
2
RUN pwsh -NonInteractive -Command Install-Module -Force -Scope AllUsers powershell-yaml
3
RUN apt-get update
4
+RUN apt-get upgrade
5
RUN apt-get -y install curl
6
ENV VERSION="1.2.3"
7
RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
images/hull-integration/Dockerfile-noroot
0 commit comments