Skip to content

Commit 2a2f8fa

Browse files
author
Georg Martin Weber
committed
use ps base image
1 parent 5cbf59d commit 2a2f8fa

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,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.203-noble-amd64
1+
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
44
RUN apt-get upgrade

images/hull-integration/Dockerfile-noroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.203-noble-amd64
1+
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
44
RUN apt-get upgrade

0 commit comments

Comments
 (0)