Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude authored May 29, 2024
1 parent 6ac1de6 commit 0859597
Showing 1 changed file with 3 additions and 3 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"

0 comments on commit 0859597

Please sign in to comment.