Switch back to a debian container, alpine is missing locale info

This commit is contained in:
Daan Boerlage 2021-03-20 04:06:10 +01:00
parent f25c9250ec
commit 52fe5bdec1
Signed by: daan
GPG key ID: FCE070E1E4956606
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine
FROM mcr.microsoft.com/dotnet/aspnet:6.0
COPY ./app /app/