build: added openssl to java and bump pnpm to 11.0.6

This commit is contained in:
2026-05-11 12:38:09 +08:00
parent 5c526822b8
commit f257a1b039
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Needed by Playwright (`pnpm dlx`) and protoc-gen-es (`pnpm add -g`),
# so it must land before both.
# ─────────────────────────────────────────────────────────────────────
ARG PNPM_VERSION=11.0.1
ARG PNPM_VERSION=11.0.6
RUN corepack enable \
&& corepack prepare "pnpm@${PNPM_VERSION}" --activate