build: added openssl to java and bump pnpm to 11.0.6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user