diff --git a/deploy/Dockerfile b/deploy/Dockerfile index 45446c97ce..6bf2d8162e 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19 +FROM golang:1.20 WORKDIR /src # This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.) diff --git a/deploy/Dockerfile_debug b/deploy/Dockerfile_debug index a00ebc266e..c81bdb3e95 100644 --- a/deploy/Dockerfile_debug +++ b/deploy/Dockerfile_debug @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19 +FROM golang:1.20 WORKDIR /src # This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.) diff --git a/deploy/Dockerfile_slim b/deploy/Dockerfile_slim index c7a226a4ac..8cce8e04dc 100644 --- a/deploy/Dockerfile_slim +++ b/deploy/Dockerfile_slim @@ -13,7 +13,7 @@ # limitations under the License. # Builds the static Go image to execute in a Kubernetes job -FROM golang:1.19 +FROM golang:1.20 # This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.) ARG TARGETARCH diff --git a/deploy/Dockerfile_warmer b/deploy/Dockerfile_warmer index 11990b611c..b05c93e73f 100644 --- a/deploy/Dockerfile_warmer +++ b/deploy/Dockerfile_warmer @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19 +FROM golang:1.20 WORKDIR /src # This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)