mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Bump docker dependencies (#4526)
* Bump curl to 7.74.0-1.3+deb11u7 * Bump docker base images
This commit is contained in:
		| @@ -6,9 +6,9 @@ | ||||
| ARG BASEIMGTYPE=docker | ||||
|  | ||||
| # https://github.com/hassio-addons/addon-debian-base/releases | ||||
| FROM ghcr.io/hassio-addons/debian-base:6.2.0 AS base-hassio | ||||
| FROM ghcr.io/hassio-addons/debian-base:6.2.3 AS base-hassio | ||||
| # https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye | ||||
| FROM debian:bullseye-20221024-slim AS base-docker | ||||
| FROM debian:bullseye-20230208-slim AS base-docker | ||||
|  | ||||
| FROM base-${BASEIMGTYPE} AS base | ||||
|  | ||||
| @@ -26,7 +26,7 @@ RUN \ | ||||
|         python3-cryptography=3.3.2-1 \ | ||||
|         iputils-ping=3:20210202-1 \ | ||||
|         git=1:2.30.2-1 \ | ||||
|         curl=7.74.0-1.3+deb11u5 \ | ||||
|         curl=7.74.0-1.3+deb11u7 \ | ||||
|         openssh-client=1:8.4p1-5+deb11u1 \ | ||||
|     && rm -rf \ | ||||
|         /tmp/* \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user