From b3f84910c5a79d09c33f03851c26add2eec89f96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:38:49 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v9 --- modules/nf-core/wittyer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nf-core/wittyer/Dockerfile b/modules/nf-core/wittyer/Dockerfile index fae697ab9dc3..ddcc03cf630b 100644 --- a/modules/nf-core/wittyer/Dockerfile +++ b/modules/nf-core/wittyer/Dockerfile @@ -1,11 +1,11 @@ -FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:6df1177e48b55272316d08f19cb383483af82aca5cdc67a76c414bc200847624 as builder +FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:3f558b5ba32cad22366f26a259ecc31484fbc13d183c7259a01480f2e6eabe4a as builder WORKDIR /src COPY . /src RUN cd Wittyer \ && dotnet publish -f net6.0 -r linux-x64 -c Release -o /output \ && chmod +x /output/Wittyer -FROM mcr.microsoft.com/dotnet/runtime:6.0@sha256:437cda84bdce26ce074d88b63abeec567c7226d73e8b911605077468e1d5c8d5 +FROM mcr.microsoft.com/dotnet/runtime:9.0@sha256:2d19f5a589ffc2da8f9ad752e861e50e7aba440a1d086afd0bf78d7d4f6be35a LABEL git_repository=https://git.illumina.com/DASTE/Ilmn.Das.App.Wittyer.git WORKDIR /opt/Wittyer RUN apt-get -y update && apt-get -y install tabix libunwind8 openssl procps