diff --git a/test/Dockerfile b/test/Dockerfile index 44a6dcd..4d74e85 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,5 +1,5 @@ FROM node:13-alpine -LABEL version=1.1.0 +LABEL version=1.10.0 ADD ./app /app WORKDIR /app RUN cd /app && npm i