Skip to content

Commit

Permalink
chore: Update Dockerfile to use Node.js version 22-bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Jul 7, 2024
1 parent 236f835 commit 317d3d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:20-bullseye as builder
FROM --platform=$BUILDPLATFORM node:22-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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Note that `yarn dist` is not supported on Windows, so Windows users can run `yar
which will build all the necessary files into the `webapp` directory. The version of Element
will not appear in Settings without using the dist script. You can then mount the
`webapp` directory on your web server to actually serve up the app, which is
entirely static content
entirely static content.

# Running as a Desktop app

Expand Down

0 comments on commit 317d3d5

Please sign in to comment.