Skip to content

Commit

Permalink
Bump the alpine base to 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Nov 12, 2023
1 parent bd4e704 commit 73f26d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion iot-certbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}/" \
Expand Down
10 changes: 5 additions & 5 deletions iot-certbot/build.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 73f26d6

Please sign in to comment.