Skip to content

Commit

Permalink
update image version
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Nov 23, 2024
1 parent 4a1579c commit 505f77f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.100
dotnet-version: 9.x
- name: restore dependencies
run: dotnet restore ./src/api/server/Server.csproj
- name: build
Expand All @@ -43,7 +43,7 @@ jobs:
- name: setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.100
dotnet-version: 9.x
- name: docker login
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AnalysisLevel>latest</AnalysisLevel>
<AnalysisMode>All</AnalysisMode>
<ContainerImageTags>2.0.2-rc;latest</ContainerImageTags>
<ContainerImageTags>2.0.3-rc;latest</ContainerImageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SonarAnalyzer.CSharp" PrivateAssets="all" Condition="$(MSBuildProjectExtension) == '.csproj'" />
Expand Down

0 comments on commit 505f77f

Please sign in to comment.