- How to using env variables in Dockerfile?
- not args
This is my Dockerfile now:
FROM node:12
I want Dockerfile:
FROM node:$version
How can I do it? If it is not possible, then I will create a feature request for Docker.
This is my Dockerfile now:
FROM node:12
I want Dockerfile:
FROM node:$version
How can I do it? If it is not possible, then I will create a feature request for Docker.