From c9768162e97d4ce72513d9da9e57ddbd6805dcd2 Mon Sep 17 00:00:00 2001 From: ginifizz Date: Thu, 7 May 2026 17:17:14 +0200 Subject: [PATCH] fix: node update --- pwa/Dockerfile | 9 ++++----- pwa/data/con/2026/speakers/en/mathias-arlaud.md | 4 +++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pwa/Dockerfile b/pwa/Dockerfile index 3f4ce60d..92912783 100644 --- a/pwa/Dockerfile +++ b/pwa/Dockerfile @@ -7,9 +7,8 @@ RUN apk add --no-cache libc6-compat bash git WORKDIR /srv/app -RUN npm install --global corepack@latest && \ - corepack enable && \ - corepack prepare --activate pnpm@latest && \ +RUN corepack enable && \ + corepack prepare pnpm@9.15.4 --activate && \ pnpm config -g set store-dir /.pnpm-store # Next.js collects completely anonymous telemetry data about general usage. @@ -82,7 +81,7 @@ RUN --mount=type=secret,id=GITHUB_KEY \ if [ -z "$GITHUB_KEY" ]; then \ echo "Please set the GITHUB_KEY secret" && exit 1 ; \ fi \ - && npm i ts-node && npm run prebuild + && pnpm add ts-node && pnpm run prebuild # ADD https://soyuka.me/contributors.json ./data/contributors.json @@ -98,7 +97,7 @@ RUN --mount=type=secret,id=GITHUB_KEY \ if [ -z "$GITHUB_KEY" ]; then \ echo "Please set the GITHUB_KEY secret" && exit 1 ; \ fi \ - && npm i ts-node && npm run postbuild + && pnpm add ts-node && pnpm run postbuild # Production image, copy all the files and run next FROM node:18-alpine AS prod diff --git a/pwa/data/con/2026/speakers/en/mathias-arlaud.md b/pwa/data/con/2026/speakers/en/mathias-arlaud.md index ba4f5c9d..15828869 100644 --- a/pwa/data/con/2026/speakers/en/mathias-arlaud.md +++ b/pwa/data/con/2026/speakers/en/mathias-arlaud.md @@ -16,4 +16,6 @@ Mathias is a lead developer, consultant, and Symfony trainer who has spent years His track record includes four pivotal years working alongside the creators of Symfony, API Platform, Mercure, and FrankenPHP. -As a dedicated **open-source advocate**, he focuses his contributions on the Symfony framework, specifically its data serialization system. Mathias specializes in architecting fast, robust, and maintainable API solutions. And if you ever trigger the 'PHPStorm vs. VSCode' debate, don't be surprised when he simply answers: VIM. +As a dedicated **open-source advocate**, he focuses his contributions on the Symfony framework, specifically its data serialization system. + +Mathias specializes in architecting fast, robust, and maintainable API solutions. And if you ever trigger the 'PHPStorm vs. VSCode' debate, don't be surprised when he simply answers: VIM.