Skip to content

Commit

Permalink
chore: Update Node.js version to 20-bullseye in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Jul 1, 2024
1 parent 1051831 commit ff83d8f
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 @@
# Builder
FROM --platform=$BUILDPLATFORM node:22-bullseye as builder
FROM --platform=$BUILDPLATFORM node:20-bullseye as builder

# Support custom branches of the react-sdk and js-sdk. This also helps us build
# images of element-web develop.
Expand Down

0 comments on commit ff83d8f

Please sign in to comment.