Skip to content

Commit 8ecb436

Browse files
Pin Node.js to 2f73096
1 parent 3676c82 commit 8ecb436

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:2f73096d856b0b9d6fa43002edb619f1527f939bab870eab6c909f633bcf56e9:$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:2f73096d856b0b9d6fa43002edb619f1527f939bab870eab6c909f633bcf56e9:${NODE_JS_VERSION}
33

44
ARG BUILDER_UID=1000
55
ARG BUILDER_GID=1000

0 commit comments

Comments
 (0)