Skip to content

Commit 66ef301

Browse files
committed
chore(docker): bump runtime base image from 10.0.1 to 10.0.5
1 parent 0dec4ac commit 66ef301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN dotnet restore src/Buzzard.csproj && \
77
rm -f out/appsettings.json out/appsettings.*.json out/*.log out/*.pdb out/.editorconfig
88

99
# Build runtime image
10-
FROM mcr.microsoft.com/dotnet/aspnet:10.0.1
10+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.5
1111
WORKDIR /usr/opt/buzzard
1212

1313
COPY --from=build /usr/opt/buzzard/out .

0 commit comments

Comments
 (0)