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 900e167 commit f1969bdCopy full SHA for f1969bd
.buildkite/Dockerfile
@@ -1,5 +1,5 @@
1
ARG NODE_VERSION=${NODE_VERSION:-20}
2
-FROM node:$NODE_VERSION
+FROM node:latest@sha256:dd5c5e4d0a67471a683116483409d1e46605a79521b000c668cff29df06efd51:$NODE_VERSION
3
4
# Install required tools
5
RUN apt-get clean -y && \
.buildkite/Dockerfile-make
ARG NODE_JS_VERSION=${NODE_JS_VERSION:-20}
-FROM node:${NODE_JS_VERSION}
+FROM node:latest@sha256:dd5c5e4d0a67471a683116483409d1e46605a79521b000c668cff29df06efd51:${NODE_JS_VERSION}
ARG BUILDER_UID=1000
ARG BUILDER_GID=1000
0 commit comments