Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Jan 28, 2025
1 parent a6a7288 commit 249b3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventGridEmulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DOTNET_CLI_TELEMETRY_OPTOUT=true
ENV DOTNET_ENVIRONMENT=Production
ENV ASPNETCORE_URLS=http://+:6500

FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish
WORKDIR /src
COPY . .
WORKDIR "/src/EventGridEmulator"
Expand Down

0 comments on commit 249b3d5

Please sign in to comment.