Skip to content

Commit 2ae8321

Browse files
Update Node.js to dc4ac80 (#2979)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 69eefdb commit 2ae8321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NODE_VERSION=${NODE_VERSION:-20}
2-
FROM node:latest@sha256:dd5c5e4d0a67471a683116483409d1e46605a79521b000c668cff29df06efd51:$NODE_VERSION
2+
FROM node:latest@sha256:dc4ac80350904c2797058e477a30b6285e9e025f23f139ea8b277c9efe55dd9a:$NODE_VERSION
33

44
# Install required tools
55
RUN apt-get clean -y && \

.buildkite/Dockerfile-make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NODE_JS_VERSION=${NODE_JS_VERSION:-20}
2-
FROM node:latest@sha256:dd5c5e4d0a67471a683116483409d1e46605a79521b000c668cff29df06efd51:${NODE_JS_VERSION}
2+
FROM node:latest@sha256:dc4ac80350904c2797058e477a30b6285e9e025f23f139ea8b277c9efe55dd9a:${NODE_JS_VERSION}
33

44
ARG BUILDER_UID=1000
55
ARG BUILDER_GID=1000

0 commit comments

Comments
 (0)