Merge pull request #20356 from xElysioN/patch-1

fix(typo): AS instead of as
This commit is contained in:
David Karlsson
2024-07-04 15:36:23 +02:00
committed by GitHub

View File

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