mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 03:35:42 -04:00
fix: correct typo default arch amd64 in Dockerfile
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
# @ref https://docs.docker.com/reference/dockerfile/#understand-how-arg-and-from-interact
|
# @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}
|
FROM ghcr.io/aetherinox/alpine-base:3.20-${ARCH}
|
||||||
|
|
||||||
# #
|
# #
|
||||||
|
|||||||
Reference in New Issue
Block a user