chore: fix FromAsCasing in Dockerfile example

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-10-16 15:58:34 +02:00
parent 8d7f69883f
commit 239930c998
1 changed files with 1 additions and 1 deletions

View File

@ -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