Align to nightly

This commit is contained in:
Alexandre
2021-10-23 22:58:03 +02:00
parent 44e6a8c062
commit 31cc26ae4e
2 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="nightly-0.1.1.1029-ls161" FROM ${BUILD_FROM}
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
ARG BASHIO_VERSION=0.13.1 ARG BASHIO_VERSION=0.13.1
RUN \ RUN \

View File

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