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