fix(security): refresh community UI runtime
CI / Rust Checks (push) Successful in 12m46s
CI / UI Checks (push) Successful in 5s
CI / Community Image Smoke (push) Successful in 6m17s
CI / Frontend E2E (push) Successful in 7m12s
CI / Deploy (push) Failing after 1m10s

This commit is contained in:
2026-08-31 23:06:16 +03:00
parent dc8171d052
commit 343bb99bff
+5 -1
View File
@@ -10,7 +10,11 @@ COPY crank-community.png ./crank-community.png
RUN npm run build
FROM nginx:1.27-alpine
FROM nginx:1.30.4-alpine3.24-slim
RUN apk add --no-cache --upgrade \
'libcrypto3>=3.5.8-r0' \
'libssl3>=3.5.8-r0'
COPY apps/ui/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/dist /usr/share/nginx/html