update rust

This commit is contained in:
2024-08-22 18:42:44 +02:00
parent 4aadeb492a
commit 7761c795df
3 changed files with 432 additions and 277 deletions

View File

@@ -11,7 +11,7 @@ RUN pnpm run build
# BACKEND
FROM rust:1.76-alpine as backend
FROM rust:1.80-alpine as backend
WORKDIR /tmp
RUN apk add --no-cache libc-dev openssl-dev alpine-sdk
COPY ./packages/backend ./