Skip to content

Commit

Permalink
Updated Wolverine sample Dockerfile configuration to use .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Feb 5, 2024
1 parent f7f147a commit 52ee794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sample/Helpdesk.Wolverine/Helpdesk.Api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG dotnet_version=7.0
ARG dotnet_version=8.0
########################################
# First stage of multistage build
########################################
Expand Down Expand Up @@ -45,7 +45,7 @@ RUN dotnet publish -c Release --no-build -o out
########################################
FROM mcr.microsoft.com/dotnet/aspnet:${dotnet_version}-alpine
ARG project_name
ARG dotnet_version=7.0
ARG dotnet_version=8.0

# Setup working directory for project
WORKDIR /app
Expand Down

0 comments on commit 52ee794

Please sign in to comment.