This commit is contained in:
David Deyen
2022-09-08 07:35:51 -05:00
committed by GitHub
parent 2036a6550a
commit d34b34972e
+2 -2
View File
@@ -1,4 +1,4 @@
FROM node:8.16.0-slim FROM node:14.18.0-slim
# Install packages # Install packages
RUN apt-get update && apt-get install -yq \ RUN apt-get update && apt-get install -yq \
@@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -yq \
ADD bin/ /bin ADD bin/ /bin
CMD npm-auth CMD npm-auth