diff --git a/frontend/dockerfile/docs/reference.md b/frontend/dockerfile/docs/reference.md index a5a0a049fa2e..f693dffd5e75 100644 --- a/frontend/dockerfile/docs/reference.md +++ b/frontend/dockerfile/docs/reference.md @@ -669,13 +669,13 @@ This can be used to: The supported mount types are: -| Type | Description | -| ---------------------------------------- | --------------------------------------------------------------------------------------------------------- | -| [`bind`](#run---mounttypebind) (default) | Bind-mount context directories (read-only). | -| [`cache`](#run---mounttypecache) | Mount a temporary directory to cache directories for compilers and package managers. | -| [`tmpfs`](#run---mounttypetmpfs) | Mount a `tmpfs` in the build container. | -| [`secret`](#run---mounttypesecret) | Allow the build container to access secure files such as private keys without baking them into the image. | -| [`ssh`](#run---mounttypessh) | Allow the build container to access SSH keys via SSH agents, with support for passphrases. | +| Type | Description | +| ---------------------------------------- | --------------------------------------------------------------------------------------------------------- | +| [`bind`](#run---mounttypebind) (default) | Bind-mount context directories (read-only). | +| [`cache`](#run---mounttypecache) | Mount a temporary directory to cache directories for compilers and package managers. | +| [`tmpfs`](#run---mounttypetmpfs) | Mount a `tmpfs` in the build container. | +| [`secret`](#run---mounttypesecret) | Allow the build container to access secure files such as private keys without baking them into the image or build cache. | +| [`ssh`](#run---mounttypessh) | Allow the build container to access SSH keys via SSH agents, with support for passphrases. | ### RUN --mount=type=bind