Skip to content

Commit 00038ff

Browse files
chore(deps): update mcr.microsoft.com/dotnet/aspnet:8.0-alpine docker digest to 503fd45
1 parent 71366a6 commit 00038ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:503fd45ad9765c13bdc09bd715cf78b2c0a9bea397fde120a4c5ec496dc6b1db 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)