bashio 0.13.1

This commit is contained in:
Alexandre
2021-08-02 11:55:33 +02:00
parent 981fc07949
commit a992a6c2b2
27 changed files with 27 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BASHIO_VERSION=0.13.0
ARG BASHIO_VERSION=0.13.1
RUN apt-get update \
\