mirror of
https://github.com/esphome/esphome.git
synced 2025-03-22 10:38:15 +00:00
[docker] Bump curl, git, openssh-client, libopenjp2-7, nginx-light (#8419)
This commit is contained in:
parent
5c6368b6b8
commit
da41a9204e
@ -33,9 +33,9 @@ RUN \
|
|||||||
python3-venv=3.11.2-1+b1 \
|
python3-venv=3.11.2-1+b1 \
|
||||||
python3-wheel=0.38.4-2 \
|
python3-wheel=0.38.4-2 \
|
||||||
iputils-ping=3:20221126-1+deb12u1 \
|
iputils-ping=3:20221126-1+deb12u1 \
|
||||||
git=1:2.39.5-0+deb12u1 \
|
git=1:2.39.5-0+deb12u2 \
|
||||||
curl=7.88.1-10+deb12u8 \
|
curl=7.88.1-10+deb12u12 \
|
||||||
openssh-client=1:9.2p1-2+deb12u4 \
|
openssh-client=1:9.2p1-2+deb12u5 \
|
||||||
python3-cffi=1.15.1-5 \
|
python3-cffi=1.15.1-5 \
|
||||||
libcairo2=1.16.0-7 \
|
libcairo2=1.16.0-7 \
|
||||||
libmagic1=1:5.44-3 \
|
libmagic1=1:5.44-3 \
|
||||||
@ -84,7 +84,7 @@ BUILD_DEPS="
|
|||||||
"
|
"
|
||||||
LIB_DEPS="
|
LIB_DEPS="
|
||||||
libtiff6=4.5.0-6+deb12u1
|
libtiff6=4.5.0-6+deb12u1
|
||||||
libopenjp2-7=2.5.0-2
|
libopenjp2-7=2.5.0-2+deb12u1
|
||||||
"
|
"
|
||||||
if [ "$TARGETARCH$TARGETVARIANT" = "arm64" ]
|
if [ "$TARGETARCH$TARGETVARIANT" = "arm64" ]
|
||||||
then
|
then
|
||||||
@ -160,7 +160,7 @@ RUN \
|
|||||||
apt-get update \
|
apt-get update \
|
||||||
# Use pinned versions so that we get updates with build caching
|
# Use pinned versions so that we get updates with build caching
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
nginx-light=1.22.1-9 \
|
nginx-light=1.22.1-9+deb12u1 \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
/var/{cache,log}/* \
|
/var/{cache,log}/* \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user