Skip to content

Commit

Permalink
misc: bump to node22
Browse files Browse the repository at this point in the history
can be reproduced with updating the following packages

```
$ npm install node-sass@latest sass-loader@latest webpack@latest webpack-cli@latest
```

then bumping the base image in the dockerfile (new node alpine images no
longer contain python which is needed for node-sass)

Signed-off-by: jbpratt <[email protected]>
  • Loading branch information
jbpratt committed Jul 21, 2024
1 parent 5e4e74b commit 352b949
Show file tree
Hide file tree
Showing 3 changed files with 4,537 additions and 3,371 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine AS build
FROM node:22 AS build

RUN mkdir /ui
WORKDIR /ui
Expand Down
Loading

0 comments on commit 352b949

Please sign in to comment.