File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ "main" ]
8
8
9
9
env :
10
- DOCKER_TAG : 0.0.1 -${{ github.run_number }}
10
+ DOCKER_TAG : 0.0.2 -${{ github.run_number }}
11
11
12
12
jobs :
13
13
Original file line number Diff line number Diff line change 1
1
# Learn about building .NET container images:
2
2
# https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md
3
- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
3
+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
4
4
WORKDIR /source
5
5
6
6
# copy csproj and restore as distinct layers
@@ -13,7 +13,7 @@ RUN dotnet publish --use-current-runtime --self-contained false --no-restore -o
13
13
14
14
15
15
# final stage/image
16
- FROM mcr.microsoft.com/dotnet/aspnet:8 .0
16
+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0
17
17
EXPOSE 80 443
18
18
19
19
WORKDIR /app
You can’t perform that action at this time.
0 commit comments