node version 12
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user