Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle authored Nov 7, 2022
1 parent c16e531 commit 082fdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN cp -a build /build/
#
# Stage 3, Build runtime
#
FROM mcr.microsoft.com/dotnet/aspnet:6.0.0-bullseye-slim
FROM mcr.microsoft.com/dotnet/aspnet:6.0.10-bullseye-slim

# Curl for debugging and libc-dev for protobuf
RUN apt-get update \
Expand Down

0 comments on commit 082fdb7

Please sign in to comment.