fix: correct typo default arch amd64 in Dockerfile

This commit is contained in:
2025-03-02 04:33:33 -07:00
parent 2518424ad1
commit 8d856a30bd

View File

@@ -27,7 +27,7 @@
# @ref https://docs.docker.com/reference/dockerfile/#understand-how-arg-and-from-interact
# #
ARG ARCH=and64
ARG ARCH=amd64
FROM ghcr.io/aetherinox/alpine-base:3.20-${ARCH}
# #