Newer base image
ci/woodpecker/push/ociImagePush Pipeline failed Details

This commit is contained in:
Natty 2023-11-05 21:11:07 +01:00
parent b7c6d3810a
commit c7d1ce7ff5
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
FROM docker.io/rust:1.73-bullseye as build
FROM docker.io/rust:1.73-bookworm as build
RUN update-ca-certificates
RUN apt update
RUN apt install -y git nodejs npm
RUN apt install -y git nodejs npm node-corepack
ENV USER=magnetar
ENV UID=10001