Support upstream version selection w/UPSTREAM arg

This commit is contained in:
PJ Eby 2020-04-15 13:50:18 -04:00
parent bee74835b5
commit b310e9b3de

View file

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