From 73f26d64dea6e55bdb13ccc20d740e6fae25d4e0 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Sun, 12 Nov 2023 15:25:03 -0800 Subject: [PATCH] Bump the alpine base to 3.18 --- iot-certbot/Dockerfile | 1 - iot-certbot/build.yaml | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/iot-certbot/Dockerfile b/iot-certbot/Dockerfile index b7b70b1..3a39bbb 100755 --- a/iot-certbot/Dockerfile +++ b/iot-certbot/Dockerfile @@ -25,7 +25,6 @@ RUN apk add --no-cache --virtual .build-dependencies \ musl-dev \ openssl-dev \ python3-dev -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN python3 -mvenv /opt/certbot RUN /opt/certbot/bin/python -mpip install --no-cache-dir --find-links \ "https://wheels.home-assistant.io/alpine-$(cut -d '.' -f 1-2 < /etc/alpine-release)/${BUILD_ARCH}/" \ diff --git a/iot-certbot/build.yaml b/iot-certbot/build.yaml index b9b0447..2d6ea80 100644 --- a/iot-certbot/build.yaml +++ b/iot-certbot/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: "ghcr.io/home-assistant/aarch64-base:3.15" - amd64: "ghcr.io/home-assistant/amd64-base:3.15" - armhf: "ghcr.io/home-assistant/armhf-base:3.15" - armv7: "ghcr.io/home-assistant/armv7-base:3.15" - i386: "ghcr.io/home-assistant/i386-base:3.15" + aarch64: "ghcr.io/home-assistant/aarch64-base:3.18" + amd64: "ghcr.io/home-assistant/amd64-base:3.18" + armhf: "ghcr.io/home-assistant/armhf-base:3.18" + armv7: "ghcr.io/home-assistant/armv7-base:3.18" + i386: "ghcr.io/home-assistant/i386-base:3.18" labels: org.opencontainers.image.title: "Home Assistant Add-on: AWS IOT Certbot" org.opencontainers.image.description: "Use AWS IOT and LetsEncrpyt for DNS challenge certs"