Retargeted to Rust 1.71
This commit is contained in:
parent
4248f4ddd8
commit
2ffb82895c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue