mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
Merge pull request #20356 from xElysioN/patch-1
fix(typo): AS instead of as
This commit is contained in:
@@ -69,7 +69,7 @@ Dockerfile are re-ordered later, the `COPY` doesn't break.
|
||||
|
||||
```dockerfile
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM golang:{{% param "example_go_version" %}} as build
|
||||
FROM golang:{{% param "example_go_version" %}} AS build
|
||||
WORKDIR /src
|
||||
COPY <<EOF /src/main.go
|
||||
package main
|
||||
|
||||
Reference in New Issue
Block a user