Skip to content

Commit

Permalink
updated node builder version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiovanello committed Feb 3, 2025
1 parent 3dd2f09 commit beaa624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Node (pnpm) ------------------------------------------------------------------
FROM node:20-slim AS ui
FROM node:22-slim AS ui
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down

0 comments on commit beaa624

Please sign in to comment.