Skip to content

Commit

Permalink
Pin Node.js to 11ea380
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Nov 18, 2024
1 parent 7c7ce29 commit c86fc4b
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:11ea38054c38143aa6682c39205abeaed1c7f0d3a66d25d8b01e129a0c1480ce:$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:11ea38054c38143aa6682c39205abeaed1c7f0d3a66d25d8b01e129a0c1480ce:${NODE_JS_VERSION}

ARG BUILDER_UID=1000
ARG BUILDER_GID=1000
Expand Down

0 comments on commit c86fc4b

Please sign in to comment.