Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fixing Issue appsecco#11; updating docker image for dotnet
  • Loading branch information
kmcquade authored Sep 28, 2024
1 parent 76c1de3 commit 097cd32
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,4 +1,4 @@
FROM microsoft/dotnet
FROM mcr.microsoft.com/dotnet/core/sdk:2.1
LABEL MAINTAINER "Appsecco"

ENV ASPNETCORE_URLS=http://0.0.0.0:5000
Expand Down

0 comments on commit 097cd32

Please sign in to comment.