mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-29 07:57:40 +01:00
switch bashio from arg to env
This commit is contained in:
@@ -2,7 +2,7 @@ ARG BUILD_VERSION
|
||||
FROM nathanvaughn/webtrees:latest
|
||||
|
||||
# Global variables
|
||||
ARG BASHIO_VERSION=0.14.3
|
||||
ENV BASHIO_VERSION=0.14.3
|
||||
ENV WEBTREES_HOME="/data/webtrees"
|
||||
WORKDIR $WEBTREES_HOME
|
||||
VOLUME ["/data"]
|
||||
|
||||
Reference in New Issue
Block a user