mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-12 02:19:54 +02:00
Fix to real version
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
FROM ${BUILD_FROM}
|
||||
ARG BUILD_UPSTREAM="4.8.0.12"
|
||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||
|
||||
##################
|
||||
# 2 Modify Image #
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "lscr.io/linuxserver/emby:arm64v8-beta",
|
||||
"amd64": "lscr.io/linuxserver/emby:amd64-beta",
|
||||
"armv7": "lscr.io/linuxserver/emby:arm32v7-beta"
|
||||
"aarch64": "lscr.io/linuxserver/emby:arm64v8-beta-version-",
|
||||
"amd64": "lscr.io/linuxserver/emby:amd64-beta-version-",
|
||||
"armv7": "lscr.io/linuxserver/emby:arm32v7-beta-version-"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user