From 6f5fdf64c77b1edba86fe2d9b7c40f5e7357bfb0 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 7 Jul 2022 00:31:25 +0900 Subject: [PATCH] Update golang version to 1.18.x --- images/Dockerfile | 2 +- images/Dockerfile.arm32 | 2 +- images/Dockerfile.arm64 | 2 +- images/Dockerfile.ppc64le | 2 +- images/Dockerfile.s390x | 2 +- images/Dockerfile.thick | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index e37bfc0ae..20f7a0cf1 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -1,5 +1,5 @@ # This Dockerfile is used to build the image available on DockerHub -FROM golang:1.17.9 as build +FROM golang:1.18 as build # Add everything ADD . /usr/src/multus-cni diff --git a/images/Dockerfile.arm32 b/images/Dockerfile.arm32 index 3b26b26a1..1a865639a 100644 --- a/images/Dockerfile.arm32 +++ b/images/Dockerfile.arm32 @@ -1,5 +1,5 @@ # This Dockerfile is used to build the image available on DockerHub -FROM golang:1.17.9 as build +FROM golang:1.18 as build # Add everything ADD . /usr/src/multus-cni diff --git a/images/Dockerfile.arm64 b/images/Dockerfile.arm64 index 89eb8bb60..7235be7b3 100644 --- a/images/Dockerfile.arm64 +++ b/images/Dockerfile.arm64 @@ -1,5 +1,5 @@ # This Dockerfile is used to build the image available on DockerHub -FROM golang:1.17.9 as build +FROM golang:1.18 as build # Add everything ADD . /usr/src/multus-cni diff --git a/images/Dockerfile.ppc64le b/images/Dockerfile.ppc64le index f40c0e59f..d91a2b05c 100644 --- a/images/Dockerfile.ppc64le +++ b/images/Dockerfile.ppc64le @@ -1,5 +1,5 @@ # This Dockerfile is used to build the image available on DockerHub -FROM golang:1.17.9 as build +FROM golang:1.18 as build # Add everything ADD . /usr/src/multus-cni diff --git a/images/Dockerfile.s390x b/images/Dockerfile.s390x index 8736584eb..f67b1b30c 100644 --- a/images/Dockerfile.s390x +++ b/images/Dockerfile.s390x @@ -1,5 +1,5 @@ # This Dockerfile is used to build the image available on DockerHub -FROM golang:1.17.9 as build +FROM golang:1.18 as build # Add everything ADD . /usr/src/multus-cni diff --git a/images/Dockerfile.thick b/images/Dockerfile.thick index 6068c6f53..8c07c3518 100644 --- a/images/Dockerfile.thick +++ b/images/Dockerfile.thick @@ -1,5 +1,5 @@ # This Dockerfile is used to build the image available on DockerHub -FROM golang:1.17.9 as build +FROM golang:1.18 as build # Add everything ADD . /usr/src/multus-cni