Skip to content

Commit d4c53d1

Browse files
Update dotnet monorepo
1 parent 2e70494 commit d4c53d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/nf-core/wittyer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# syntax=docker/dockerfile:1-labs
2-
FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:7d24e90a392e88eb56093e4eb325ff883ad609382a55d42f17fd557b997022ca as builder
2+
FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:24fe7c00719afc72e2b67cace264dea2ee39ae45f5b553bd59493fe3ddfc920f as builder
33

44
ADD https://github.com/Illumina/witty.er.git#v0.5.2 /src
55

66
WORKDIR /src/Wittyer
77
RUN dotnet publish -f net6.0 -r linux-x64 -c Release -o /output \
88
&& chmod +x /output/Wittyer
99

10-
FROM mcr.microsoft.com/dotnet/runtime:9.0@sha256:1e5eb0ed94ca96a34a914456db80e48bd1bb7bc3e3c8eda5e2c3d89c153c3081
10+
FROM mcr.microsoft.com/dotnet/runtime:9.0@sha256:de0826f037d10d1ca4dab10c27d460b42a94702da9d4ffbf60fba26d079c6532
1111

1212
LABEL git_repository=https://git.illumina.com/DASTE/Ilmn.Das.App.Wittyer.git
1313
WORKDIR /opt/Wittyer

0 commit comments

Comments
 (0)