Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 55770dd commit 4f20e9a
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
Expand Up @@ -12,7 +12,7 @@ COPY backend/src src
RUN ./gradlew clean build -x test

# Build frontend
FROM node:21-slim AS build-front
FROM node:22-slim AS build-front

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down

0 comments on commit 4f20e9a

Please sign in to comment.