Skip to content

Commit d395f12

Browse files
chore(deps): update dotnet monorepo
1 parent 4042d1e commit d395f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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:03a7d87512a743b3d53416adae79eb89d2a7163de78bb58e7bc7b7e262e25750 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:1cc59a29be89c6d42acf0e1191f458c20034c0ab213b2646b8af94c836c9e9bf
1111

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

0 commit comments

Comments
 (0)