From 6e228de407336eece3fe63ca6a714eff4837231b Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Wed, 23 Oct 2024 18:09:53 -0500 Subject: [PATCH] Bump alpine version, test arm7 --- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 014246c..8079a76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: push: true context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 build-args: | WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }} VERSION=${{ env.VERSION_TAG }} diff --git a/Dockerfile b/Dockerfile index b1b425b..defe028 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.20.3 # set version label ARG BUILD_DATE