Skip to content

Commit

Permalink
Merge pull request #360 from meshery/leecalcote/dockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile to use uppercase 'AS' for builder stage
  • Loading branch information
leecalcote authored Jan 3, 2025
2 parents 0988c08 + f706f5b commit b95f1fd
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
@@ -1,4 +1,4 @@
FROM golang:1.23 as builder
FROM golang:1.23 AS builder
ARG GIT_VERSION
ARG GIT_COMMITSHA

Expand Down

0 comments on commit b95f1fd

Please sign in to comment.