fix(security): refresh community UI runtime
This commit is contained in:
+5
-1
@@ -10,7 +10,11 @@ COPY crank-community.png ./crank-community.png
|
|||||||
|
|
||||||
RUN npm run build
|
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 apps/ui/nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY --from=build /app/dist /usr/share/nginx/html
|
COPY --from=build /app/dist /usr/share/nginx/html
|
||||||
|
|||||||
Reference in New Issue
Block a user