mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 11:01:28 +02:00
Merge pull request #1364 from baldarn/master
WHATSAPPER | Fix error in docker build
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## 2024.4.29-1 (29-04-2024)
|
||||||
|
|
||||||
|
- Fix docker build
|
||||||
|
|
||||||
## 2024.4.29 (29-04-2024)
|
## 2024.4.29 (29-04-2024)
|
||||||
|
|
||||||
- Fix wweb.js client issue (see https://github.com/pedroslopez/whatsapp-web.js/issues/2885)
|
- Fix wweb.js client issue (see https://github.com/pedroslopez/whatsapp-web.js/issues/2885)
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ USER root
|
|||||||
##################
|
##################
|
||||||
|
|
||||||
# Copy local files
|
# Copy local files
|
||||||
COPY rootfs/ /
|
# COPY rootfs/ /
|
||||||
|
|
||||||
# Uses /bin for compatibility purposes
|
# Uses /bin for compatibility purposes
|
||||||
# hadolint ignore=DL4005
|
# hadolint ignore=DL4005
|
||||||
|
|||||||
@@ -21,5 +21,5 @@
|
|||||||
"slug": "whatsapper",
|
"slug": "whatsapper",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper",
|
||||||
"version": "2024.4.29"
|
"version": "2024.4.29-1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user