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

@ -18,7 +18,7 @@ Build:
script:
- dotnet restore
- dotnet test tests
- dotnet publish --version-suffix "$VERSION" -r linux-musl-x64 -p:PublishSingleFile=true --self-contained true -c Release -o ./app ./src/Bot/
- dotnet publish --version-suffix "$VERSION" -r linux-x64 -p:PublishSingleFile=true --self-contained true -c Release -o ./app ./src/Bot/
Package:
stage: docker

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/