mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01: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.7.1"
|
||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||
|
||||
##################
|
||||
# 2 Modify Image #
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "lscr.io/linuxserver/code-server:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/code-server:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/code-server:arm32v7-latest"
|
||||
"aarch64": "lscr.io/linuxserver/code-server:arm64v8-",
|
||||
"amd64": "lscr.io/linuxserver/code-server:amd64-",
|
||||
"armv7": "lscr.io/linuxserver/code-server:arm32v7-"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user