Skip to content

Commit

Permalink
[Bump] to version 3.0.0; update Docker file to aspnet:8.0.3-alpine3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Mar 15, 2024
1 parent 5b459bc commit 8152699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion COMETwebapp/COMETwebapp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>2.0.1</Version>
<Version>3.0.0</Version>
<Title>CDP4-CDP4-COMET WEB Community Edition</Title>
<Description>A Blazor web application that implements ECSS-E-TM-10-25</Description>
<Company>RHEA System S.A.</Company>
Expand Down
2 changes: 1 addition & 1 deletion COMETwebapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN dotnet build COMETwebapp -c Release -o /app/build --no-restore
FROM build AS publish
RUN dotnet publish COMETwebapp -c Release -o /app/publish

FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0.3-alpine3.19 AS final
WORKDIR /app
COPY --from=publish /app/publish .

Expand Down

0 comments on commit 8152699

Please sign in to comment.