Skip to content

Commit 954e9b7

Browse files
Pin Node.js to db2ab38
1 parent 2b890af commit 954e9b7

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:-18}
2-
FROM node:$NODE_VERSION
2+
FROM node:latest@sha256:db2ab3844812aac5e7822dd3c8d0112c9561e189818e3aae02805f98616e7f52:$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:-18}
2-
FROM node:${NODE_JS_VERSION}
2+
FROM node:latest@sha256:db2ab3844812aac5e7822dd3c8d0112c9561e189818e3aae02805f98616e7f52:${NODE_JS_VERSION}
33

44
ARG BUILDER_UID=1000
55
ARG BUILDER_GID=1000

0 commit comments

Comments
 (0)