⬆️ Upgrades add-on base image to 6.1.0 (#477)

* ⬆️ Upgrades add-on base image to 6.1.0

* Fix halt in finish script
This commit is contained in:
Franck Nijhof 2022-07-20 10:24:43 +02:00 committed by GitHub
parent cd286cf474
commit ff3af32124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:6.0.0
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -35,8 +35,8 @@ RUN \
mosquitto-clients=2.0.11-1 \
net-tools=1.60+git20181103.0eebece-1 \
nmap=7.91+dfsg1+really7.80+dfsg1-2 \
openssh-client=1:8.4p1-5 \
openssl=1.1.1n-0+deb11u2 \
openssh-client=1:8.4p1-5+deb11u1 \
openssl=1.1.1n-0+deb11u3 \
python3-dev=3.9.2-3 \
python3=3.9.2-3 \
unzip=6.0-26 \

View file

@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:6.0.0
amd64: ghcr.io/hassio-addons/debian-base/amd64:6.0.0
aarch64: ghcr.io/hassio-addons/debian-base:6.1.0
amd64: ghcr.io/hassio-addons/debian-base:6.1.0
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev

View file

@ -5,7 +5,7 @@
# ==============================================================================
if [[ "${1}" -ne 0 ]] && [[ "${1}" -ne 256 ]]; then
bashio::log.warning "code-server crashed, halting add-on"
/run/s6/basedir/bin/halt
exec /run/s6/basedir/bin/halt
fi
bashio::log.info "code-server stopped, restarting..."