Skip to content

Commit 34d85d2

Browse files
Update content/manuals/build/concepts/context.md
Co-authored-by: CrazyMax <[email protected]>
1 parent 1cc93ca commit 34d85d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/concepts/context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ where you have two Dockerfiles:
715715
- `base.Dockerfile`: for building a base image
716716
- `app.Dockerfile`: for building an application image
717717

718-
The `app.Dockerfile` uses the image produced by its `base.Dockerfile` as its base
718+
The `app.Dockerfile` uses the image produced by `base.Dockerfile` as its base
719719
image:
720720

721721
```dockerfile {title=app.Dockerfile}

0 commit comments

Comments
 (0)