Support upstream version selection w/UPSTREAM arg
This commit is contained in:
parent
bee74835b5
commit
b310e9b3de
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM analogic/poste.io:2.2.2
|
||||
ARG UPSTREAM=2.2.2
|
||||
FROM analogic/poste.io:$UPSTREAM
|
||||
RUN apt-get update && apt-get install less # 'less' is Useful for debugging
|
||||
|
||||
# Default to listening only on IPs bound to the container hostname
|
||||
|
|
Loading…
Reference in a new issue