fix(ql3): patch Alpine OpenSSL runtime

This commit is contained in:
whyour
2026-08-27 00:41:33 +08:00
parent 218521994a
commit 4239464af6
11 changed files with 130 additions and 1 deletions
@@ -96,6 +96,10 @@ COPY --chmod=0444 deploy/console/ql3-cluster-copilot/host-environment.example.js
FROM node:24.18.0-alpine3.23@sha256:595398b0081eacda8e1c4c5b97b76cd1020e4d58a8ebcb4843b9bca1e79e7436 AS runtime
RUN apk add --no-cache --upgrade \
libcrypto3=3.5.8-r0 \
libssl3=3.5.8-r0
ARG SOURCE_REVISION=uncommitted
LABEL org.opencontainers.image.title="QingLong 3.0 Cluster Admin" \