Skip to content

Commit

Permalink
Update Node.js to v21 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent a770f1c commit 487ee82
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:20-slim AS build-front
FROM node:21-slim AS build-front

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

0 comments on commit 487ee82

Please sign in to comment.