Skip to content

Commit 87ea61c

Browse files
authored
Merge pull request #1857 from elastx/dockerfile-go-1.21
Migrate Dockerfile to use golang 1.21 to match go.mod in project
2 parents 5cc483b + b416af7 commit 87ea61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
FROM golang:1.20.10 as builder
16+
FROM golang:1.21.6 as builder
1717
WORKDIR /workspace
1818

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

0 commit comments

Comments
 (0)