chore(deps): update node.js to 196a5fc
All checks were successful
Build and publish "Python 3 on Bookworm" image / Build and publish (push) Successful in 56s
Build and publish "Java default JDK on Bookworm" image / Build and publish (push) Successful in 1m16s
Build and publish "Rust on Bookworm" image / Build and publish (push) Successful in 1m21s

This commit is contained in:
Renovate Bot 2024-10-17 22:01:28 +00:00
parent 67c2cd4ec6
commit 987bb66317
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:20-bookworm@sha256:fffa89e023a3351904c04284029105d9e2ac7020886d683775a298569591e5bb
FROM node:20-bookworm@sha256:196a5fcd13db4362fb9c0ec5391db36ec954c65d6b0d0e5d37f59c7dc9920690
ENV PATH="/opt/gradle/gradle-8.10/bin:$PATH"

View File

@ -1,4 +1,4 @@
FROM node:20-bookworm@sha256:fffa89e023a3351904c04284029105d9e2ac7020886d683775a298569591e5bb
FROM node:20-bookworm@sha256:196a5fcd13db4362fb9c0ec5391db36ec954c65d6b0d0e5d37f59c7dc9920690
RUN apt-get update && \
apt-get install git -y && \

View File

@ -1,4 +1,4 @@
FROM node:20-bookworm@sha256:fffa89e023a3351904c04284029105d9e2ac7020886d683775a298569591e5bb
FROM node:20-bookworm@sha256:196a5fcd13db4362fb9c0ec5391db36ec954c65d6b0d0e5d37f59c7dc9920690
ENV PATH="/root/.cargo/bin:$PATH"