3 Commits

Author SHA1 Message Date
872b71d758 Update homeassistant/home-assistant Docker tag to v2024.6.1
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-08 09:11:39 +00:00
9b89d758c0 Merge pull request 'Update mgoltzsche/podman Docker tag to v4.9.5' (#17) from renovate/mgoltzsche-podman-4.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #17
2024-06-07 09:25:34 +00:00
81e7d39d58 Update mgoltzsche/podman Docker tag to v4.9.5
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-07 09:10:47 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ name: build
steps:
- name: build
image: mgoltzsche/podman:4.9.4
image: mgoltzsche/podman:4.9.5
privileged: true
environment:
REGISTRY_USERNAME:
@@ -32,7 +32,7 @@ steps:
- master
- name: cleanup
image: mgoltzsche/podman:4.9.4
image: mgoltzsche/podman:4.9.5
privileged: true
environment:
RELEASE_IMAGE_NAME: "docker.io/genunix/homeassistant"
@@ -62,7 +62,7 @@ name: promote
steps:
- name: promote
image: mgoltzsche/podman:4.9.4
image: mgoltzsche/podman:4.9.5
privileged: true
environment:
REGISTRY_USERNAME:

View File

@@ -1,4 +1,4 @@
FROM homeassistant/home-assistant:2024.5.5
FROM homeassistant/home-assistant:2024.6.1
#COPY src/ /usr/src/homeassistant/homeassistant/