mirror of
https://github.com/robertstettner/drone-npm-auth.git
synced 2026-06-04 10:15:03 +08:00
Node 14 (#8)
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM node:8.16.0-slim
|
||||
FROM node:14.18.0-slim
|
||||
|
||||
# Install packages
|
||||
RUN apt-get update && apt-get install -yq \
|
||||
@@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -yq \
|
||||
|
||||
ADD bin/ /bin
|
||||
|
||||
CMD npm-auth
|
||||
CMD npm-auth
|
||||
|
||||
Reference in New Issue
Block a user