From 8a88f5c1816ba1a01dd3321efc17b82e500ef42d Mon Sep 17 00:00:00 2001 From: jnewland-renovate <195354+jnewland-renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:05:04 +0000 Subject: [PATCH] chore(deps): update homeassistant/home-assistant docker tag to v2024.9.2 --- .devcontainer/Dockerfile | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 4e8d9d5b..4c235348 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM homeassistant/home-assistant:2024.9.0@sha256:796615b38398f6e9beac0af7ed0ffe9c9e717b763e6fa6fdb4d25cae79a80987 +FROM homeassistant/home-assistant:2024.9.2@sha256:791b4e4b1f25b18992be786fcb9388392a7122b9463c44936a7eb67a202fb48f ARG ENABLE_NONROOT_DOCKER="true" ARG INSTALL_ZSH="true" diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7cb74b83..a8bfb215 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.9.0@sha256:796615b38398f6e9beac0af7ed0ffe9c9e717b763e6fa6fdb4d25cae79a80987 + uses: docker://homeassistant/home-assistant:2024.9.2@sha256:791b4e4b1f25b18992be786fcb9388392a7122b9463c44936a7eb67a202fb48f with: entrypoint: ./script/cibuild script-deploy: