Skip to content

Commit 6753fd5

Browse files
author
Georg Martin Weber
committed
auto upgrade
1 parent 2a2f8fa commit 6753fd5

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
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/powershell:lts-7.4-ubuntu-22.04
22
RUN pwsh -NonInteractive -Command Install-Module -Force -Scope AllUsers powershell-yaml
33
RUN apt-get update
4-
RUN apt-get upgrade
4+
RUN apt-get -y upgrade
55
RUN apt-get -y install curl
66
ENV VERSION="1.2.3"
77
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/powershell:lts-7.4-ubuntu-22.04
22
RUN pwsh -NonInteractive -Command Install-Module -Force -Scope AllUsers powershell-yaml
33
RUN apt-get update
4-
RUN apt-get upgrade
4+
RUN apt-get -y upgrade
55
RUN apt-get -y install curl
66
ENV VERSION="1.2.3"
77
RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"

0 commit comments

Comments
 (0)