build: bump base to alpine:3.21; add platform parameter

This commit is contained in:
2025-03-17 22:36:28 -07:00
parent b8d6e4f538
commit 05944d284e

View File

@@ -28,7 +28,7 @@
# # # #
ARG ARCH=amd64 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 # Set Args