File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 6
6
<LangVersion >13.0</LangVersion >
7
7
<UserSecretsId >d9345310-5908-4697-8613-28a24d06d183</UserSecretsId >
8
8
9
+ <InvariantGlobalization >false</InvariantGlobalization >
10
+
9
11
<!-- <RestoreAdditionalProjectSources>
10
12
https://www.myget.org/F/erisa/api/v3/index.json
11
13
</RestoreAdditionalProjectSources> -->
12
14
</PropertyGroup >
13
15
14
16
<ItemGroup >
15
17
<PackageReference Include =" Abyssal.HumanDateParser" Version =" 2.0.0-20191113.1" />
16
- <PackageReference Include =" DSharpPlus" Version =" 5.0.0-nightly-02448 " />
17
- <PackageReference Include =" DSharpPlus.Commands" Version =" 5.0.0-nightly-02448 " />
18
+ <PackageReference Include =" DSharpPlus" Version =" 5.0.0-nightly-02449 " />
19
+ <PackageReference Include =" DSharpPlus.Commands" Version =" 5.0.0-nightly-02449 " />
18
20
<PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.0.1" />
19
21
<PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 9.0.1" />
20
22
<PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 9.0.1" />
Original file line number Diff line number Diff line change @@ -25,8 +25,10 @@ RUN touch dummy.txt && \
25
25
FROM mcr.microsoft.com/dotnet/runtime:9.0.0-alpine3.20
26
26
LABEL com.centurylinklabs.watchtower.enable=true
27
27
WORKDIR /app
28
- ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
29
- RUN apk add --no-cache git redis openssh icu-libs
28
+ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
29
+ LC_ALL=en_US.UTF-8 \
30
+ LANG=en_US.UTF-8
31
+ RUN apk add --no-cache git redis openssh icu-libs icu-data-full
30
32
RUN git config --global --add safe.directory /app/Lists/Private
31
33
COPY --from=build-env /app/out .
32
34
ADD Lists ./Lists
You can’t perform that action at this time.
0 commit comments