chore(deps): update node.js to 816f04d
All checks were successful
Build and publish "Java default JDK on Bookworm" image / Build and publish (push) Successful in 14s
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-15 00:00:45 +00:00
parent 1ab14a3695
commit 793afe08ae
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:22-bookworm@sha256:4f7fb7f5f716f2175f5e7716f2a6cb310e82f3c72152b78d8c1ff58068988c0b FROM node:22-bookworm@sha256:816f04d578545be8f3faadaefaa0926c65e67056d9bf2864009976380c2b0713
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:4f7fb7f5f716f2175f5e7716f2a6cb310e82f3c72152b78d8c1ff58068988c0b FROM node:22-bookworm@sha256:816f04d578545be8f3faadaefaa0926c65e67056d9bf2864009976380c2b0713
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:4f7fb7f5f716f2175f5e7716f2a6cb310e82f3c72152b78d8c1ff58068988c0b FROM node:22-bookworm@sha256:816f04d578545be8f3faadaefaa0926c65e67056d9bf2864009976380c2b0713
ENV PATH="/root/.cargo/bin:$PATH" ENV PATH="/root/.cargo/bin:$PATH"