Skip to content

Commit 4e172f6

Browse files
committed
use template v1.4.0
1 parent 4b0f615 commit 4e172f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.3.0
10+
ARG templates_version=1.4.0
1111
ARG TEMPLATE_CHECKOUT_TARGET
1212
WORKDIR /srv
1313
COPY --from=build /srv .

0 commit comments

Comments
 (0)