mirror of https://github.com/docker/buildx.git
chore: fix FromAsCasing in Dockerfile example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
8d7f69883f
commit
239930c998
|
@ -626,7 +626,7 @@ For example, the following Dockerfile contains four stages:
|
||||||
```dockerfile
|
```dockerfile
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM oven/bun:1 as base
|
FROM oven/bun:1 AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
FROM base AS install
|
FROM base AS install
|
||||||
|
|
Loading…
Reference in New Issue