mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:35:41 -04:00
build: bump base to alpine:3.21; add platform parameter
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
# #
|
||||
|
||||
ARG ARCH=amd64
|
||||
FROM ghcr.io/aetherinox/alpine-base:3.20-${ARCH}
|
||||
FROM --platform=linux/${ARCH} ghcr.io/aetherinox/alpine-base:3.21
|
||||
|
||||
# #
|
||||
# Set Args
|
||||
|
||||
Reference in New Issue
Block a user