We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0f615 commit 4e172f6Copy full SHA for 4e172f6
Dockerfile
@@ -7,7 +7,7 @@ RUN dotnet build src/NetCoreToolService --configuration Release --no-restore
7
RUN dotnet publish src/NetCoreToolService --output /srv --no-build
8
9
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine
10
-ARG templates_version=1.3.0
+ARG templates_version=1.4.0
11
ARG TEMPLATE_CHECKOUT_TARGET
12
WORKDIR /srv
13
COPY --from=build /srv .
0 commit comments