From 4fcd7a3a0999a9a269e7197a41e6817f6939be80 Mon Sep 17 00:00:00 2001 From: jonjohnsonjr Date: Mon, 16 Apr 2018 10:54:25 -0700 Subject: [PATCH] Update README.md Typo: Multi-State -> Multi-Stage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0697f22ed..22dfb53a1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The majority of Dockerfile commands can be executed with kaniko, but we're still * STOPSIGNAL * ARG -Multi-State Dockerfiles are also unsupported currently, but will be ready soon. +Multi-Stage Dockerfiles are also unsupported currently, but will be ready soon. ## kaniko Build Contexts kaniko supports local directories and GCS buckets as build contexts. To specify a local directory, pass in the `--context` flag as an argument to the executor image.