Retargeted to Rust 1.71

This commit is contained in:
Natty 2023-09-29 22:26:08 +02:00
parent 4248f4ddd8
commit 2ffb82895c
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate && pnpm i --froze
RUN env NODE_ENV=production sh -c "pnpm run build && pnpm run gulp"
FROM docker.io/rust:1.69-bullseye as build
FROM docker.io/rust:1.71-bullseye as build
RUN update-ca-certificates