chore(deps): update node.js to fa54405
All checks were successful
Build and publish "Java default JDK on Bookworm" image / Build and publish (push) Successful in 13s
Build and publish "Python 3 on Bookworm" image / Build and publish (push) Successful in 12s
Build and publish "Rust on Bookworm" image / Build and publish (push) Successful in 11s

This commit is contained in:
Renovate Bot 2025-01-16 00:00:45 +00:00
parent 793afe08ae
commit e9418e656e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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