Skip to content

Commit

Permalink
latest corepack and nodejs lts (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcorner authored Feb 3, 2025
1 parent b45e5bb commit bad7640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# build on top of base nodejs image
FROM node:20.15.1 AS base
FROM node:22.13.1 AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN npm i -g corepack@latest && corepack enable

# copy package.json and pnpm-lock.yaml to the container
WORKDIR /usr/src/react-ui
Expand Down

0 comments on commit bad7640

Please sign in to comment.