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