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

Bump base image to 3.4.0 (#1879)

This commit is contained in:
Otto Winter
2021-06-08 22:03:04 +02:00
committed by GitHub
parent 01e2a51132
commit 4711f36a1f
12 changed files with 23 additions and 22 deletions

View File

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