Skip to content

Commit

Permalink
Update TeslaMate to v1.29.1 (#6)
Browse files Browse the repository at this point in the history
* Update TeslaMate to v1.29.1

* Update Dockerfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Colin Seymour <[email protected]>
  • Loading branch information
renovate[bot] and lildude authored May 30, 2024
1 parent 8e1bfbb commit f893e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM teslamate/grafana:1.28.5 as grafana
FROM teslamate/grafana:1.29.1 as grafana

#---

FROM teslamate/teslamate:1.28.5
FROM teslamate/teslamate:1.29.1

ARG BUILD_ARCH
ARG BASHIO_VERSION=0.16.2
Expand Down Expand Up @@ -67,4 +67,4 @@ LABEL \
org.opencontainers.image.title="Home Assistant Add-on: TeslaMate" \
org.opencontainers.image.description="A self-hosted data logger for your Tesla." \
org.opencontainers.image.source="https://github.com/lildude/ha-addon-ghostfolio/" \
org.opencontainers.image.licenses="MIT"
org.opencontainers.image.licenses="MIT"
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"armv7": "teslamate/teslamate:not-used"
},
"args": {
"teslamate_version": "1.28.5"
"teslamate_version": "1.29.1"
},
"codenotary": {
"signer": "[email protected]"
Expand Down

0 comments on commit f893e1f

Please sign in to comment.