1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-01 07:31:51 +00:00

Bump base image to 2.4.1 (#1224)

This commit is contained in:
Otto Winter
2020-07-29 20:04:14 +02:00
committed by GitHub
parent f9fceb7ffc
commit cb0ba647ed
6 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up env variables
run: |
base_version="2.4.0"
base_version="2.4.1"
if [[ "${{ matrix.build_type }}" == "hassio" ]]; then
build_from="esphome/esphome-hassio-base-${{ matrix.arch }}:${base_version}"