fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2025-07-12 00:49:28 +00:00
parent 2b3b4bc38c
commit a0bfeddeba
6 changed files with 1135 additions and 900 deletions

View File

@@ -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.88 as builder
WORKDIR /usr/src/scel