Skip to content

Commit

Permalink
- Updated Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanSoltis committed Dec 30, 2024
1 parent 056769d commit fdc282e
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
@@ -1,7 +1,7 @@
# See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.

# This stage is used when running from VS in fast mode (Default for Debug configuration)
FROM mcr.microsoft.com/dotnet/aspnet AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
USER $APP_UID
WORKDIR /app
EXPOSE 8080
Expand Down

0 comments on commit fdc282e

Please sign in to comment.