File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ RUN dotnet restore
66RUN dotnet publish -c release -o /srv --no-restore
77
88FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine
9- ARG templates_version=1.1.0
9+ ARG templates_version=1.2.0-rc1
1010RUN dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev/nuget/v3/index.json -n SteeltoeDev
1111RUN dotnet new --install Steeltoe.NetCoreTool.Templates::${templates_version} &&\
1212 dotnet new --list | grep steeltoe-webapi
1313# WORKDIR /usr/local/src
1414# RUN git clone https://github.com/SteeltoeOSS/NetCoreToolTemplates
15+ # RUN git -C NetCoreToolTemplates checkout release/1.2
1516# RUN dotnet new --install NetCoreToolTemplates/src/Content
1617WORKDIR /srv
1718COPY --from=build /srv .
You can’t perform that action at this time.
0 commit comments