Compare commits
1 Commits
143b403081
...
331320991a
Author | SHA1 | Date | |
---|---|---|---|
331320991a |
@ -1,4 +1,4 @@
|
||||
FROM node:19-alpine as web_builder
|
||||
FROM node:22-alpine as web_builder
|
||||
|
||||
WORKDIR /usr/src/scel/web
|
||||
|
||||
@ -7,7 +7,7 @@ COPY src/web/ .
|
||||
RUN --mount=type=cache,target=/usr/src/scel/web/dist yarn
|
||||
RUN --mount=type=cache,target=/usr/src/scel/web/dist yarn build
|
||||
|
||||
FROM rust:1.65 as builder
|
||||
FROM rust:1.83 as builder
|
||||
|
||||
WORKDIR /usr/src/scel
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
||||
"devDependencies": {
|
||||
"@types/react": "19.0.2",
|
||||
"@types/react-dom": "19.0.2",
|
||||
"@vitejs/plugin-react": "2.2.0",
|
||||
"typescript": "4.9.3",
|
||||
"vite": "3.2.4"
|
||||
"@vitejs/plugin-react": "4.3.4",
|
||||
"typescript": "5.7.2",
|
||||
"vite": "6.0.6"
|
||||
}
|
||||
}
|
1173
web/yarn.lock
1173
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user