File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
44ADD https://github.com/Illumina/witty.er.git#v0.5.2 /src
55
66WORKDIR /src/Wittyer
77RUN 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
1212LABEL git_repository=https://git.illumina.com/DASTE/Ilmn.Das.App.Wittyer.git
1313WORKDIR /opt/Wittyer
You can’t perform that action at this time.
0 commit comments