File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0.203-noble-amd64
22RUN pwsh -NonInteractive -Command Install-Module -Force -Scope AllUsers powershell-yaml
33RUN apt-get update
44RUN apt-get -y install curl
5- ENV VERSION="1.1.0 "
5+ ENV VERSION="1.2.3 "
66RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
77RUN ls
88RUN mkdir -p oras-install/
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0.203-noble-amd64
22RUN pwsh -NonInteractive -Command Install-Module -Force -Scope AllUsers powershell-yaml
33RUN apt-get update
44RUN apt-get -y install curl
5- ENV VERSION="1.1.0 "
5+ ENV VERSION="1.2.3 "
66RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
77RUN ls
88RUN mkdir -p oras-install/
You can’t perform that action at this time.
0 commit comments