Skip to content

Commit c02a380

Browse files
committed
Bump Steeltoe.NetCoreTool.Templates to 1.2.0-rc1
1 parent 7e27230 commit c02a380

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ RUN dotnet restore
66
RUN dotnet publish -c release -o /srv --no-restore
77

88
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine
9-
ARG templates_version=1.1.0
9+
ARG templates_version=1.2.0-rc1
1010
RUN dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev/nuget/v3/index.json -n SteeltoeDev
1111
RUN 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
1617
WORKDIR /srv
1718
COPY --from=build /srv .

0 commit comments

Comments
 (0)