Skip to content

Commit 30b566e

Browse files
committed
Re-apply Dockerfile syntax change
1 parent 1804350 commit 30b566e

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
@@ -14,7 +14,7 @@
1414

1515
# Build the manager binary
1616
ARG GO_VERSION
17-
FROM golang:${GO_VERSION} as builder
17+
FROM golang:${GO_VERSION} AS builder
1818
WORKDIR /workspace
1919

2020
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy

0 commit comments

Comments
 (0)