Skip to content

Commit

Permalink
Merge pull request #75 from netbootxyz/test-arm7
Browse files Browse the repository at this point in the history
Bump alpine version, test arm7
  • Loading branch information
antonym authored Oct 23, 2024
2 parents 040c56f + 6e228de commit 188ae4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.20.3

# set version label
ARG BUILD_DATE
Expand Down

0 comments on commit 188ae4d

Please sign in to comment.