Compare commits
11 Commits
fix-rel-bu
...
start-vers
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8ac43f183 | ||
|
|
279a6c030c | ||
|
|
586a5d5c3d | ||
|
|
5568a017ec | ||
|
|
4a70f366f1 | ||
|
|
00657c31f3 | ||
|
|
aac89065fd | ||
|
|
fe250d478a | ||
|
|
83a723c959 | ||
|
|
abe6bfb013 | ||
|
|
31f4f05bed |
@@ -1 +1 @@
|
|||||||
3.13.2
|
3.13.3
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.13.0
|
0.14.0
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
aiomqtt==2.3.1
|
aiomqtt==2.3.2
|
||||||
schema==0.7.7
|
schema==0.7.7
|
||||||
aiocron==2.1
|
aiocron==2.1
|
||||||
aiohttp==3.11.16
|
aiohttp==3.11.16
|
||||||
@@ -32,7 +32,7 @@ rel : STAGE=rel
|
|||||||
|
|
||||||
|
|
||||||
export BUILD_DATE := ${shell date -Iminutes}
|
export BUILD_DATE := ${shell date -Iminutes}
|
||||||
BUILD_ID := ${shell date +'%y%m%d%H%M'}
|
debug dev : BUILD_ID := ${shell date +'%y%m%d%H%M'}
|
||||||
VERSION := $(shell cat $(SRC)/.version)
|
VERSION := $(shell cat $(SRC)/.version)
|
||||||
export MAJOR := $(shell echo $(VERSION) | cut -f1 -d.)
|
export MAJOR := $(shell echo $(VERSION) | cut -f1 -d.)
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
# 1 Build Base Image #
|
# 1 Build Base Image #
|
||||||
######################
|
######################
|
||||||
|
|
||||||
ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.2.3"
|
ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.2.4"
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM $BUILD_FROM AS base
|
FROM $BUILD_FROM AS base
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user