ci: pin pnpm for gitea image build
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ ARG POSTGRES_IMAGE=postgres:18-alpine
|
||||
FROM ${NODE_IMAGE} AS frontend
|
||||
WORKDIR /src
|
||||
|
||||
RUN corepack enable
|
||||
RUN corepack enable && corepack prepare pnpm@9.15.9 --activate
|
||||
|
||||
COPY frontend/package.json frontend/pnpm-lock.yaml ./frontend/
|
||||
WORKDIR /src/frontend
|
||||
|
||||
Reference in New Issue
Block a user