Skip to content

Commit 80b6898

Browse files
garloffjschoone
andauthored
as -> ASApply suggestions from code review
Co-authored-by: Jan Schoone <[email protected]> Signed-off-by: Kurt Garloff <[email protected]>
1 parent 1810b61 commit 80b6898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/cso/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 as helm
15+
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 AS helm
1616

1717
# Build the manager binary
18-
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.24.6-bullseye as build
18+
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.24.6-bullseye AS build
1919
ARG TARGETOS TARGETARCH
2020

2121
COPY . /src/cluster-stack-operator

0 commit comments

Comments
 (0)