Skip to content

Commit

Permalink
updating runtime docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Shaddix committed Nov 21, 2024
1 parent da8bcf5 commit 04fcabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN dotnet publish ./Proxy/Proxy.csproj -c Release -o /publish
# STAGE 2 - BUILD RUNTIME OPTIMIZED IMAGE

# use the runtime optimized image that does not have any build tools, only the .net core runtime
FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine-composite

# set the working directory in the image as "app"
WORKDIR /app
Expand Down

0 comments on commit 04fcabc

Please sign in to comment.