Skip to content

Commit

Permalink
Update Node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent 33bf034 commit 38fd8b0
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 @@
# Building studio frontend
FROM node:20.9.0-alpine AS generate-studio-frontend
FROM node:21.1.0-alpine AS generate-studio-frontend
WORKDIR /build
COPY . .
RUN corepack enable
Expand Down

0 comments on commit 38fd8b0

Please sign in to comment.