#2114 - Fix issue of wrong platform used during docker build (#2123)

This commit is contained in:
Luís Mendes 2024-10-30 04:43:00 +00:00 committed by GitHub
parent 599147c102
commit 2c02e01aaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM alpine:latest
FROM alpine:latest
# Install dependencies
RUN apk --no-cache add ca-certificates tzdata shadow su-exec