GREENWOOD_VERSION
argument not being interpolated in Dockerfile
#1
Labels
GREENWOOD_VERSION
argument not being interpolated in Dockerfile
#1
In the Dockerfile, for convenience, we have the version of Greenwood to be used as an
ARG
, just likeNODE_VERSION
However, in our example above, in which we're using the alias
alpha
, we are actually just getting whatever is latest on npm (0.29.4
) instead of the latest alpha (0.30.0-alpha.6
)It seems that per the logs, maybe it is not getting interpolated correctly? Maybe we just have the syntax wrong?
The text was updated successfully, but these errors were encountered: