Skip to content

Commit c2dee43

Browse files
Update mcr.microsoft.com/dotnet/aspnet:8.0-alpine Docker digest to 8f4ced9
1 parent 4ad5394 commit c2dee43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN dotnet restore LocalTest.csproj
77
COPY ./src .
88
RUN dotnet publish LocalTest.csproj -c Release -o /app_output
99

10-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:0389d5b7d60f75ebbeec3bfffd2ad0a06d234e7b998231a5a86abf5e919a7d01 AS final
10+
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:8f4ced906b6610a1835696f59d80e992008957d38317093258e0879f736d28ed AS final
1111
ENV ASPNETCORE_URLS=http://*:5101/
1212
EXPOSE 5101
1313
# Create the storage folder if it isn't mapped to a volume runtime

0 commit comments

Comments
 (0)