Skip to content

Commit 5cbf59d

Browse files
author
Georg Martin Weber
committed
apt upgrade
1 parent fdbf026 commit 5cbf59d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

images/hull-integration/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
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
4+
RUN apt-get upgrade
45
RUN apt-get -y install curl
56
ENV VERSION="1.2.3"
67
RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"

images/hull-integration/Dockerfile-noroot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
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
4+
RUN apt-get upgrade
45
RUN apt-get -y install curl
56
ENV VERSION="1.2.3"
67
RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"

0 commit comments

Comments
 (0)