Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/nowrap-export
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemojo committed Feb 3, 2025
2 parents b63570b + bad7640 commit c9e4d37
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 c9e4d37

Please sign in to comment.