mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 01:01:50 +02:00
align with latest for build
Align build tags with latest to take into account intermediate ls versions
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="4.6.4.0"
|
||||
|
||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||
FROM ${BUILD_FROM}
|
||||
ARG BASHIO_VERSION=0.13.0
|
||||
ARG TEMPIO_VERSION=2021.01.0
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armv7": "linuxserver/emby:arm32v7-version-",
|
||||
"armhf": "linuxserver/emby:arm32v7-version-",
|
||||
"aarch64": "linuxserver/emby:arm64v8-version-",
|
||||
"amd64": "linuxserver/emby:amd64-version-"
|
||||
}
|
||||
"build_from": {
|
||||
"armv7": "linuxserver/emby:arm32v7-latest",
|
||||
"armhf": "linuxserver/emby:arm32v7-latest",
|
||||
"aarch64": "linuxserver/emby:arm64v8-latest",
|
||||
"amd64": "linuxserver/emby:amd64-latest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user