We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea22ce6 commit f869250Copy full SHA for f869250
base/Dockerfile
@@ -25,7 +25,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
25
26
# Install base system
27
ARG BUILD_ARCH=amd64
28
-ARG BASHIO_VERSION="v0.16.2"
+ARG BASHIO_VERSION="v0.16.3"
29
ARG S6_OVERLAY_VERSION="3.2.0.2"
30
ARG TEMPIO_VERSION="2024.11.2"
31
RUN \
0 commit comments