Skip to content

Commit bd0aa6d

Browse files
committed
use latest template, from dev feed
1 parent 0470244 commit bd0aa6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN dotnet build src/NetCoreToolService --configuration Release --no-restore
77
RUN dotnet publish src/NetCoreToolService --output /srv --no-build
88

99
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine
10-
ARG templates_version=1.4.0
10+
ARG templates_version=1.4.1
1111
ARG TEMPLATE_CHECKOUT_TARGET
1212
WORKDIR /srv
1313
COPY --from=build /srv .

install-template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

3-
# dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n SteeltoeDev
3+
dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n SteeltoeDev
44

55
if [[ -z "$TEMPLATE_CHECKOUT_TARGET" ]] ;then
66
dotnet new install Steeltoe.NetCoreTool.Templates::${templates_version} &&\

0 commit comments

Comments
 (0)