Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
40ee545072
⬆️ Update ghcr.io/hassio-addons/base/amd64 Docker tag to v14 2023-08-08 10:39:00 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
14.1.1 14.1.0

View File

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:14.1.1 ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:14.1.0
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
# Copy root filesystem # Copy root filesystem

View File

@ -30,7 +30,7 @@
<div class="col-12"> <div class="col-12">
<label for="hostname" class="form-label">Hostname</label> <label for="hostname" class="form-label">Hostname</label>
<input id="hostname" type="text" class="form-control" aria-describedby="hostname-help"> <input id="hostname" type="text" class="form-control" aria-describedby="hostname-help">
<div id="hostname-help" class="form-text">example.com:8080</span> <div id="hostname-help" class="form-text">exemple.com:8080</span>
</div> </div>
</div> </div>
</div> </div>