We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcbbff commit 4e66fddCopy full SHA for 4e66fdd
1 file changed
Dockerfile
@@ -11,9 +11,9 @@ RUN curl -fsSL https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}
11
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -o yq
12
RUN chmod +x ./jq ./yq
13
14
-FROM node:14.20.1-buster
+FROM node:18.14.1-buster
15
16
-RUN apt-get update && apt-get install -y curl git tar openssh-client yarn && npm install -g npm@8.7.0
+RUN apt-get update && apt-get install -y curl git tar openssh-client yarn && npm install -g npm@9.3.1
17
COPY --from=builder /tmp/docker/docker /usr/bin/
18
COPY --from=builder /tmp/jq /usr/bin/
19
COPY --from=builder /tmp/yq /usr/bin/
0 commit comments