Skip to content

Commit 505f77f

Browse files
committed
update image version
1 parent 4a1579c commit 505f77f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/webapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: setup dotnet
2626
uses: actions/setup-dotnet@v4
2727
with:
28-
dotnet-version: 9.0.100
28+
dotnet-version: 9.x
2929
- name: restore dependencies
3030
run: dotnet restore ./src/api/server/Server.csproj
3131
- name: build
@@ -43,7 +43,7 @@ jobs:
4343
- name: setup dotnet
4444
uses: actions/setup-dotnet@v4
4545
with:
46-
dotnet-version: 9.0.100
46+
dotnet-version: 9.x
4747
- name: docker login
4848
uses: docker/login-action@v3
4949
with:

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1111
<AnalysisLevel>latest</AnalysisLevel>
1212
<AnalysisMode>All</AnalysisMode>
13-
<ContainerImageTags>2.0.2-rc;latest</ContainerImageTags>
13+
<ContainerImageTags>2.0.3-rc;latest</ContainerImageTags>
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<PackageReference Include="SonarAnalyzer.CSharp" PrivateAssets="all" Condition="$(MSBuildProjectExtension) == '.csproj'" />

0 commit comments

Comments
 (0)