Skip to content

Commit

Permalink
Set invariant mode to false on container
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Jan 10, 2025
1 parent 55823f0 commit 26233ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
name: ci-build

env:
DOTNET_VERSION: 8.0.x
REGISTRY: ghcr.io

jobs:
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ RUN dotnet publish -c Release -o /publish --no-restore

FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine
WORKDIR /app

ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false

COPY --from=build /publish .
RUN apk add --no-cache icu-libs

Expand Down

0 comments on commit 26233ca

Please sign in to comment.