mirror of
https://github.com/hassio-addons/repository-updater.git
synced 2025-05-07 12:31:26 +00:00
Bump version to 1.3.0 (#94)
This commit is contained in:
parent
830ac06e2e
commit
cda1e9ab62
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ RUN \
|
|||
--no-cache-dir \
|
||||
--prefer-binary \
|
||||
--find-links "https://wheels.home-assistant.io/musllinux/" \
|
||||
repository-updater==1.2.5
|
||||
repository-updater==1.3.0
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ RUN \
|
|||
--no-cache-dir \
|
||||
--prefer-binary \
|
||||
--find-links "https://wheels.home-assistant.io/musllinux/" \
|
||||
repository-updater==1.2.5
|
||||
repository-updater==1.3.0
|
||||
|
||||
# Entrypoint
|
||||
ENTRYPOINT ["repository-updater"]
|
||||
|
|
|
@ -12,7 +12,7 @@ Home Assistant add-on repository approach.
|
|||
|
||||
APP_NAME = "repository-updater"
|
||||
APP_FULL_NAME = "Community Home Assistant Add-ons Repository Updater"
|
||||
APP_VERSION = "1.2.5"
|
||||
APP_VERSION = "1.3.0"
|
||||
APP_DESCRIPTION = __doc__
|
||||
|
||||
__version__ = APP_VERSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue