💚 fix docker image after changing node image
This commit is contained in:
parent
345da2b68e
commit
df376480d5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
FROM node:21 AS base
|
||||
|
||||
FROM base AS builder
|
||||
RUN apk add --no-cache libc6-compat
|
||||
RUN apk update
|
||||
RUN corepack enable
|
||||
RUN yarn set version canary
|
||||
RUN yarn config set nodeLinker node-modules
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue