We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d991d22 commit 8a12b07Copy full SHA for 8a12b07
Dockerfile
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
17
# Build the manager binary
18
-FROM golang:1.17.11 as builder
+FROM golang:1.18.3 as builder
19
20
WORKDIR /workspace
21
# Copy the Go Modules manifests
hack/ccm/Dockerfile
@@ -14,7 +14,7 @@
14
# See the License for the specific language governing permissions and
-ARG GOLANG_IMAGE=golang:1.17.11
+ARG GOLANG_IMAGE=golang:1.18.3
ARG TARGETPLATFORM=linux/amd64
ARG ARCH=amd64
0 commit comments