Skip to content

Commit

Permalink
Upgrade base image to version 14.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Nov 3, 2023
1 parent 6d887ea commit ef12fdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon_meterstoha/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.3.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down
1 change: 1 addition & 0 deletions addon_meterstoha/sendToDemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# "demo" HA server configured in .ssh/config as ha-demo.
#scp -rp ./* ha-demo:/addons/haos-addon/
scp -rp ./run.sh translations config.yaml ha-demo:/addons/haos-addon/
#scp -rp Dockerfile ./run.sh translations config.yaml ha-demo:/addons/haos-addon/

0 comments on commit ef12fdf

Please sign in to comment.