Preparing the repository

This commit is contained in:
charles-gauthereau
2025-01-01 20:00:11 +01:00
parent dd7050c8e0
commit 00a19bda35
14 changed files with 60 additions and 205 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
FROM node:20.1.0-alpine AS base
FROM node:23.5.0-alpine AS base
#ENV YARN_VERSION=4.2.2
ENV YARN_VERSION=4.5.3
RUN apk add --no-cache libc6-compat
RUN apk add --no-cache openssl
# install and use yarn 4.x
RUN corepack enable && corepack prepare yarn@${YARN_VERSION}