Skip to content

Commit bea775d

Browse files
ShotaroMuraokabavshin-f5
authored andcommitted
fix: inconsistent casing of FROM and AS in Dockerfile
1 parent 9d0cee9 commit bea775d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG NGX_VERSION=1.26.1
22
ARG NGX_DEBUG=false
33

44
# --- builder: build all examples
5-
FROM rust:slim-bullseye as build
5+
FROM rust:slim-bullseye AS build
66
ARG NGX_VERSION
77
ARG NGX_DEBUG
88
WORKDIR /project

0 commit comments

Comments
 (0)