Skip to content

Commit 4e66fdd

Browse files
committed
make for newest LTS version of 18.14.1
1 parent ebcbbff commit 4e66fdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ RUN curl -fsSL https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}
1111
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -o yq
1212
RUN chmod +x ./jq ./yq
1313

14-
FROM node:14.20.1-buster
14+
FROM node:18.14.1-buster
1515

16-
RUN apt-get update && apt-get install -y curl git tar openssh-client yarn && npm install -g npm@8.7.0
16+
RUN apt-get update && apt-get install -y curl git tar openssh-client yarn && npm install -g npm@9.3.1
1717
COPY --from=builder /tmp/docker/docker /usr/bin/
1818
COPY --from=builder /tmp/jq /usr/bin/
1919
COPY --from=builder /tmp/yq /usr/bin/

0 commit comments

Comments
 (0)