mirror of
https://github.com/esphome/esphome.git
synced 2025-03-16 07:38:17 +00:00
Update base image to 1.7.0
This commit is contained in:
parent
a8c5f0c610
commit
428de3f0e6
@ -3,7 +3,7 @@
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_HOST: tcp://docker:2375/
|
||||
BASE_VERSION: '1.5.1'
|
||||
BASE_VERSION: '1.7.0'
|
||||
TZ: UTC
|
||||
|
||||
stages:
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG BUILD_FROM=esphome/esphome-base-amd64:1.5.1
|
||||
ARG BUILD_FROM=esphome/esphome-base-amd64:1.7.0
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
COPY . .
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM esphome/esphome-base-amd64:1.5.1
|
||||
FROM esphome/esphome-base-amd64:1.7.0
|
||||
|
||||
RUN \
|
||||
apt-get update \
|
||||
|
@ -61,7 +61,7 @@ PLATFORMIO_ESP32_LUT = {
|
||||
'1.0.0': 'espressif32@1.4.0',
|
||||
'1.0.1': 'espressif32@1.6.0',
|
||||
'1.0.2': 'espressif32@1.8.0',
|
||||
'RECOMMENDED': 'espressif32@1.6.0',
|
||||
'RECOMMENDED': 'espressif32@1.8.0',
|
||||
'LATEST': 'espressif32',
|
||||
'DEV': ARDUINO_VERSION_ESP32_DEV,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user