node version 12

This commit is contained in:
2021-11-16 05:40:35 +00:00
parent 0fa02daa4a
commit a1b630c87e

View File

@@ -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