Skip to content

Commit c8efa34

Browse files
committed
Run update-ca-certificates to generate SSL bundle in API container
1 parent 3a36f71 commit c8efa34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud/deploy/Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine AS runtime
4242
# Install ICU for globalization support, curl for health checks, su-exec for dropping privileges,
4343
# and ca-certificates for HTTPS/TLS (email, external APIs)
4444
# ICU is required for CultureInfo.GetCultureInfo() to work correctly
45-
RUN apk add --no-cache curl su-exec icu-libs ca-certificates
45+
RUN apk add --no-cache curl su-exec icu-libs ca-certificates && update-ca-certificates
4646

4747
# Disable invariant globalization mode (enable ICU)
4848
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false

0 commit comments

Comments
 (0)