Merge pull request #75 from netbootxyz/test-arm7

Bump alpine version, test arm7
This commit is contained in:
Antony Messerli 2024-10-23 18:11:09 -05:00 committed by GitHub
commit 188ae4dab4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.20.3
# set version label
ARG BUILD_DATE