Skip to content

Commit

Permalink
Pin Node.js to a2fea8b
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Nov 24, 2024
1 parent 6009fab commit ec1ae62
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:a2fea8b0b74b6e828caa6d83f4b2a0dcb2eb1ff90f30205c32f7bd36ddf976c4:$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:a2fea8b0b74b6e828caa6d83f4b2a0dcb2eb1ff90f30205c32f7bd36ddf976c4:${NODE_JS_VERSION}

ARG BUILDER_UID=1000
ARG BUILDER_GID=1000
Expand Down

0 comments on commit ec1ae62

Please sign in to comment.