mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-07 01:18:16 +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="1.0.0"
|
||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||
|
||||
##################
|
||||
# 2 Modify Image #
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "techblog/arpspoof-docker:latest",
|
||||
"amd64": "techblog/arpspoof-docker:latest",
|
||||
"armv7": "techblog/arpspoof-docker:latest"
|
||||
"aarch64": "techblog/arpspoof-docker:",
|
||||
"amd64": "techblog/arpspoof-docker:",
|
||||
"armv7": "techblog/arpspoof-docker:"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user