Skip to content

Commit fdbf026

Browse files
author
Georg Martin Weber
committed
update oras 1.2.3
1 parent f343560 commit fdbf026

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

images/hull-integration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0.203-noble-amd64
22
RUN pwsh -NonInteractive -Command Install-Module -Force -Scope AllUsers powershell-yaml
33
RUN apt-get update
44
RUN apt-get -y install curl
5-
ENV VERSION="1.1.0"
5+
ENV VERSION="1.2.3"
66
RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
77
RUN ls
88
RUN mkdir -p oras-install/

images/hull-integration/Dockerfile-noroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0.203-noble-amd64
22
RUN pwsh -NonInteractive -Command Install-Module -Force -Scope AllUsers powershell-yaml
33
RUN apt-get update
44
RUN apt-get -y install curl
5-
ENV VERSION="1.1.0"
5+
ENV VERSION="1.2.3"
66
RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
77
RUN ls
88
RUN mkdir -p oras-install/

0 commit comments

Comments
 (0)