Browse Source

Update Dockerfile

pull/936/head
Sebastian Stehle 3 years ago
committed by GitHub
parent
commit
082fdb75b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -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 \

Loading…
Cancel
Save