We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100be27 commit 040fe3aCopy full SHA for 040fe3a
.buildkite/Dockerfile
@@ -1,5 +1,5 @@
1
ARG NODE_VERSION=${NODE_VERSION:-18}
2
-FROM node:$NODE_VERSION
+FROM node:latest@sha256:1745a99b66da41b5ccd6f7be3810f74ddab16eb4579de10de378adb50d2e6e6f:$NODE_VERSION
3
4
# Install required tools
5
RUN apt-get clean -y && \
.buildkite/Dockerfile-make
ARG NODE_JS_VERSION=${NODE_JS_VERSION:-18}
-FROM node:${NODE_JS_VERSION}
+FROM node:latest@sha256:1745a99b66da41b5ccd6f7be3810f74ddab16eb4579de10de378adb50d2e6e6f:${NODE_JS_VERSION}
ARG BUILDER_UID=1000
ARG BUILDER_GID=1000
0 commit comments