Skip to content

Commit

Permalink
Handle case mismatch warning for FROM and AS
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Aug 12, 2024
1 parent d3d3391 commit 4e6f143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.

# Builder stage for compiling go source code
FROM golang:1.21 as builder
FROM golang:1.21 AS builder

WORKDIR /workspace

Expand Down

0 comments on commit 4e6f143

Please sign in to comment.