From e447356fe635f27cb08a760da716fc41f3eeeec8 Mon Sep 17 00:00:00 2001 From: "jnewland-renovate[bot]" <104517645+jnewland-renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:06:38 +0000 Subject: [PATCH] chore(deps): update homeassistant/home-assistant docker tag to v2024.6.4 (#900) Co-authored-by: jnewland-renovate <195354+jnewland-renovate[bot]@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5e5665ac..a4255e44 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM homeassistant/home-assistant:2024.6.2@sha256:c35d4d5e2902172c7f7f3af6ab301d4f545130c85e050d66924d9045a1326502 +FROM homeassistant/home-assistant:2024.6.4@sha256:17d159928122e6f374bd39b0e75904522bc7d7c2a64e88b248948734e4c4d444 ARG ENABLE_NONROOT_DOCKER="true" ARG INSTALL_ZSH="true" diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index eef8d035..2dc946d8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -56,7 +56,7 @@ jobs: run: | openssl req -x509 -newkey rsa:1024 -subj '/CN=example.com' -nodes -keyout key.pem -out cert.pem - name: Test config - uses: docker://homeassistant/home-assistant:2024.6.2@sha256:c35d4d5e2902172c7f7f3af6ab301d4f545130c85e050d66924d9045a1326502 + uses: docker://homeassistant/home-assistant:2024.6.4@sha256:17d159928122e6f374bd39b0e75904522bc7d7c2a64e88b248948734e4c4d444 with: entrypoint: ./script/cibuild script-deploy: