mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-04 19:11:22 +00:00
⬆️ Upgrades Ubuntu base image to 2.0.0
This commit is contained in:
parent
9383c784d9
commit
53a30db2b1
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=hassioaddons/ubuntu-base-amd64:1.1.0
|
ARG BUILD_FROM=hassioaddons/ubuntu-base-amd64:2.0.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ RUN \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
\
|
\
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
libssl1.0.0=1.0.2g-1ubuntu4.12 \
|
libssl1.0.0=1.0.2n-1ubuntu5 \
|
||||||
\
|
\
|
||||||
&& rm -f -r /tmp/* \
|
&& rm -f -r /tmp/* \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
@ -18,7 +18,7 @@ RUN \
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
# Add airsonos binary
|
# Add airsonos binary
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH=amd64
|
||||||
COPY bin/airsonos-${BUILD_ARCH} /usr/bin/airsonos
|
COPY bin/airsonos-${BUILD_ARCH} /usr/bin/airsonos
|
||||||
|
|
||||||
# Build arugments
|
# Build arugments
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "hassioaddons/ubuntu-base-aarch64:1.1.0",
|
"aarch64": "hassioaddons/ubuntu-base-aarch64:2.0.0",
|
||||||
"amd64": "hassioaddons/ubuntu-base-amd64:1.1.0",
|
"amd64": "hassioaddons/ubuntu-base-amd64:2.0.0",
|
||||||
"armhf": "hassioaddons/ubuntu-base-armhf:1.1.0",
|
"armhf": "hassioaddons/ubuntu-base-armhf:2.0.0",
|
||||||
"i386": "hassioaddons/ubuntu-base-i386:1.1.0"
|
"i386": "hassioaddons/ubuntu-base-i386:2.0.0"
|
||||||
},
|
},
|
||||||
"args": {}
|
"args": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue