Skip to content

Commit

Permalink
chore: fix FromAsCasing in Dockerfile example
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Oct 16, 2024
1 parent 8d7f698 commit 239930c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/buildx_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 239930c

Please sign in to comment.