We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 040c56f + 6e228de commit 188ae4dCopy full SHA for 188ae4d
.github/workflows/release.yml
@@ -123,7 +123,7 @@ jobs:
123
push: true
124
context: .
125
file: ./Dockerfile
126
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64,linux/arm/v7
127
build-args: |
128
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
129
VERSION=${{ env.VERSION_TAG }}
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.20
+FROM alpine:3.20.3
2
3
# set version label
4
ARG BUILD_DATE
0 commit comments