diff --git a/Dockerfile b/Dockerfile index 3b3c5b2..a810fba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=17.1.0-buster-slim +ARG NODE_VERSION=12.22-buster-slim FROM node:${NODE_VERSION} RUN apt-get update && apt-get install -y wget libsecret-1-dev