1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

Update base image to 1.7.0

This commit is contained in:
Otto Winter 2019-06-03 14:12:27 +02:00
parent a8c5f0c610
commit 428de3f0e6
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://docker:2375/ DOCKER_HOST: tcp://docker:2375/
BASE_VERSION: '1.5.1' BASE_VERSION: '1.7.0'
TZ: UTC TZ: UTC
stages: stages:

View File

@ -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} FROM ${BUILD_FROM}
COPY . . COPY . .

View File

@ -1,4 +1,4 @@
FROM esphome/esphome-base-amd64:1.5.1 FROM esphome/esphome-base-amd64:1.7.0
RUN \ RUN \
apt-get update \ apt-get update \

View File

@ -61,7 +61,7 @@ PLATFORMIO_ESP32_LUT = {
'1.0.0': 'espressif32@1.4.0', '1.0.0': 'espressif32@1.4.0',
'1.0.1': 'espressif32@1.6.0', '1.0.1': 'espressif32@1.6.0',
'1.0.2': 'espressif32@1.8.0', '1.0.2': 'espressif32@1.8.0',
'RECOMMENDED': 'espressif32@1.6.0', 'RECOMMENDED': 'espressif32@1.8.0',
'LATEST': 'espressif32', 'LATEST': 'espressif32',
'DEV': ARDUINO_VERSION_ESP32_DEV, 'DEV': ARDUINO_VERSION_ESP32_DEV,
} }