Skip to content

Commit

Permalink
Pin Node.js to 8ec4683
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Jan 19, 2025
1 parent 3676c82 commit 5af1fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=${NODE_VERSION:-18}
FROM node:$NODE_VERSION
FROM node:latest@sha256:8ec46835f28cc572d67820fc56a6c5ab7d08c6e9b690ae6941aad462943e152e:$NODE_VERSION

# Install required tools
RUN apt-get clean -y && \
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/Dockerfile-make
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_JS_VERSION=${NODE_JS_VERSION:-18}
FROM node:${NODE_JS_VERSION}
FROM node:latest@sha256:8ec46835f28cc572d67820fc56a6c5ab7d08c6e9b690ae6941aad462943e152e:${NODE_JS_VERSION}

ARG BUILDER_UID=1000
ARG BUILDER_GID=1000
Expand Down

0 comments on commit 5af1fd5

Please sign in to comment.