diff --git a/docs/reference/buildx_build.md b/docs/reference/buildx_build.md index 78c265a5..5f97c26c 100644 --- a/docs/reference/buildx_build.md +++ b/docs/reference/buildx_build.md @@ -626,7 +626,7 @@ For example, the following Dockerfile contains four stages: ```dockerfile # syntax=docker/dockerfile:1 -FROM oven/bun:1 as base +FROM oven/bun:1 AS base WORKDIR /app FROM base AS install