Skip to content

Commit 75a573b

Browse files
chore(deps): update mcr.microsoft.com/dotnet/aspnet:8.0-alpine docker digest to be25345
1 parent e89b77c commit 75a573b

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:be25345551555a8d61b91b603e8ee08a5a7d23779ca8c1e84028fdb551b950ad 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)