diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 905847c..0b410d9 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -1,7 +1,7 @@ ################################################################################ # base system ################################################################################ -ARG image +ARG image=ubuntu:18.04 FROM $image as system ARG localbuild