Skip to content

Commit

Permalink
Bump Steeltoe.NetCoreTool.Templates to 1.3.0-g4205821715
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheetham committed May 12, 2022
1 parent f1d4bac commit 57645da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN dotnet restore
RUN dotnet publish -c release -o /srv --no-restore

FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine
ARG templates_version=1.3.0-g2446e3143c
ARG templates_version=1.3.0-g4205821715
RUN dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev/nuget/v3/index.json -n SteeltoeDev
RUN dotnet new --install Steeltoe.NetCoreTool.Templates::${templates_version} &&\
dotnet new --list | grep steeltoe-webapi
Expand Down

0 comments on commit 57645da

Please sign in to comment.