maintenance

This commit is contained in:
2026-05-31 22:24:20 +02:00
parent f6bf8c656c
commit 0a56c4c572
10 changed files with 2104 additions and 1564 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# FRONTEND
FROM node:22-alpine as client
FROM node:24-alpine AS client
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
@@ -11,7 +11,7 @@ RUN pnpm run build
# BACKEND
FROM rust:1.85-alpine as backend
FROM rust:1.95-alpine AS backend
WORKDIR /tmp
RUN apk add --no-cache libc-dev openssl-dev alpine-sdk
COPY ./packages/backend ./