align with latest for build

Align build tags with latest to take into account intermediate ls versions
This commit is contained in:
Alexandre
2021-08-02 09:47:31 +02:00
parent 6e622d72a1
commit 8cb4129b7e
24 changed files with 69 additions and 85 deletions

View File

@@ -1,9 +1,8 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.23.6.4881-e2e58f321-ls65"
ARG BASHIO_VERSION=0.13.0
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@@ -1,8 +1,8 @@
{
"build_from": {
"armv7": "linuxserver/plex:arm32v7-",
"armhf": "linuxserver/plex:arm32v7-",
"aarch64": "linuxserver/plex:arm64v8-",
"amd64": "linuxserver/plex:amd64-"
"armv7": "linuxserver/plex:arm32v7-latest",
"armhf": "linuxserver/plex:arm32v7-latest",
"aarch64": "linuxserver/plex:arm64v8-latest",
"amd64": "linuxserver/plex:amd64-latest"
}
}