From 9a217529b628f27c7c7c1359fc397e5f6a6c66f6 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 23 Jun 2022 13:31:47 +0200 Subject: [PATCH] Alpine 3.16 (#66) --- Dockerfile | 2 +- build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index bedc7d7..ef82db0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM -FROM golang:1.17-alpine3.14 AS builder +FROM golang:1.17-alpine3.16 AS builder WORKDIR /usr/src/landingpage ARG BUILD_ARCH diff --git a/build.yaml b/build.yaml index d8e11ca..4f2a330 100644 --- a/build.yaml +++ b/build.yaml @@ -1,11 +1,11 @@ image: homeassistant/{machine}-homeassistant shadow_repository: ghcr.io/home-assistant build_from: - aarch64: ghcr.io/home-assistant/aarch64-base:3.14 - armv7: ghcr.io/home-assistant/armv7-base:3.14 - armhf: ghcr.io/home-assistant/armhf-base:3.14 - amd64: ghcr.io/home-assistant/amd64-base:3.14 - i386: ghcr.io/home-assistant/i386-base:3.14 + aarch64: ghcr.io/home-assistant/aarch64-base:3.16 + armv7: ghcr.io/home-assistant/armv7-base:3.16 + armhf: ghcr.io/home-assistant/armhf-base:3.16 + amd64: ghcr.io/home-assistant/amd64-base:3.16 + i386: ghcr.io/home-assistant/i386-base:3.16 codenotary: signer: notary@home-assistant.io base_image: notary@home-assistant.io