chore(deps): update node.js to f496dba
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

This commit is contained in:
Renovate Bot 2024-11-12 23:00:23 +00:00
parent 9fb5dee2fe
commit eda9626784
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:22-bookworm@sha256:de4c8be8232b7081d8846360d73ce6dbff33c6636f2259cd14d82c0de1ac3ff2
FROM node:22-bookworm@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
ENV PATH="/opt/gradle/gradle-8.10/bin:$PATH"

View File

@ -1,4 +1,4 @@
FROM node:22-bookworm@sha256:de4c8be8232b7081d8846360d73ce6dbff33c6636f2259cd14d82c0de1ac3ff2
FROM node:22-bookworm@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
RUN apt-get update && \
apt-get install git -y && \

View File

@ -1,4 +1,4 @@
FROM node:22-bookworm@sha256:de4c8be8232b7081d8846360d73ce6dbff33c6636f2259cd14d82c0de1ac3ff2
FROM node:22-bookworm@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
ENV PATH="/root/.cargo/bin:$PATH"