Renovate eda9626784
All checks were successful
Build and publish "Python 3 on Bookworm" image / Build and publish (push) Successful in 1m2s
Build and publish "Java default JDK on Bookworm" image / Build and publish (push) Successful in 1m34s
Build and publish "Rust on Bookworm" image / Build and publish (push) Successful in 1m30s
chore(deps): update node.js to f496dba
2024-11-12 23:00:23 +00:00

9 lines
299 B
Docker

FROM node:22-bookworm@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
ENV PATH="/root/.cargo/bin:$PATH"
RUN apt-get update && \
apt-get install git -y && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
rm -rf /var/lib/apt/lists/*