Newer base image
ci/woodpecker/push/ociImagePush Pipeline failed
Details
ci/woodpecker/push/ociImagePush Pipeline failed
Details
This commit is contained in:
parent
b7c6d3810a
commit
c7d1ce7ff5
|
@ -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 update-ca-certificates
|
||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y git nodejs npm
|
RUN apt install -y git nodejs npm node-corepack
|
||||||
|
|
||||||
ENV USER=magnetar
|
ENV USER=magnetar
|
||||||
ENV UID=10001
|
ENV UID=10001
|
||||||
|
|
Loading…
Reference in New Issue