Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change go version in dockerfile
  • Loading branch information
hexi.ghx committed Feb 23, 2023
commit b08beb867d45d714e3a6c9c22775c374950a446e
2 changes: 1 addition & 1 deletion multi_arch_Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.14.2 as builder
FROM --platform=$BUILDPLATFORM golang:1.16.7 as builder
ARG TARGETPLATFORM
ARG BUILDPLATFORM
ARG BUILDARCH
Expand Down