Skip to content

Commit 239930c

Browse files
committed
chore: fix FromAsCasing in Dockerfile example
Signed-off-by: David Karlsson <[email protected]>
1 parent 8d7f698 commit 239930c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/buildx_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ For example, the following Dockerfile contains four stages:
626626
```dockerfile
627627
# syntax=docker/dockerfile:1
628628

629-
FROM oven/bun:1 as base
629+
FROM oven/bun:1 AS base
630630
WORKDIR /app
631631

632632
FROM base AS install

0 commit comments

Comments
 (0)