chore(deps): update node.js to 18ad6b5
All checks were successful
Build and publish "Python 3 on Bookworm" image / Build and publish (push) Successful in 1m1s
Build and publish "Java default JDK on Bookworm" image / Build and publish (push) Successful in 1m17s
Build and publish "Rust on Bookworm" image / Build and publish (push) Successful in 1m20s

This commit is contained in:
Renovate Bot 2024-09-27 22:01:30 +00:00
parent a605ca99ad
commit 80fffaa7a8
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:20-bookworm@sha256:48db4f6ea21d134be744207225753a1730c4bc1b4cdf836d44511c36bf0e34d7
FROM node:20-bookworm@sha256:18ad6b547976c931c7374c2f7b0a1dd27eda7b55dbf41c9cdb35fe4081996652
ENV PATH="/opt/gradle/gradle-8.10/bin:$PATH"

View File

@ -1,4 +1,4 @@
FROM node:20-bookworm@sha256:48db4f6ea21d134be744207225753a1730c4bc1b4cdf836d44511c36bf0e34d7
FROM node:20-bookworm@sha256:18ad6b547976c931c7374c2f7b0a1dd27eda7b55dbf41c9cdb35fe4081996652
RUN apt-get update && \
apt-get install git -y && \

View File

@ -1,4 +1,4 @@
FROM node:20-bookworm@sha256:48db4f6ea21d134be744207225753a1730c4bc1b4cdf836d44511c36bf0e34d7
FROM node:20-bookworm@sha256:18ad6b547976c931c7374c2f7b0a1dd27eda7b55dbf41c9cdb35fe4081996652
ENV PATH="/root/.cargo/bin:$PATH"