Skip to content

Commit

Permalink
fix: 修正dockerfile的dotnet sdk版本
Browse files Browse the repository at this point in the history
  • Loading branch information
aa89227 committed Dec 19, 2023
1 parent 2d1fad8 commit 94cd1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Adjust DOTNET_OS_VERSION as desired
ARG DOTNET_OS_VERSION="-alpine"
ARG DOTNET_SDK_VERSION=7.0
ARG DOTNET_SDK_VERSION=8.0

FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_SDK_VERSION}${DOTNET_OS_VERSION} AS build
WORKDIR /src
Expand Down

0 comments on commit 94cd1cc

Please sign in to comment.