From 5fac37301edde49874939bcd87e0c28c2d10bc50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 17:03:52 +0000 Subject: [PATCH] Bump golang from 1.14-stretch to 1.18-stretch Bumps golang from 1.14-stretch to 1.18-stretch. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.install | 2 +- Dockerfile.notebook.cpu | 2 +- Dockerfile.notebook.kubeflow | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.install b/Dockerfile.install index 3cf8211fc..208182c67 100644 --- a/Dockerfile.install +++ b/Dockerfile.install @@ -1,5 +1,5 @@ #FROM golang:1.10-stretch as build -FROM golang:1.14-stretch as build +FROM golang:1.18-stretch as build RUN mkdir -p /go/src/github.com/kubeflow/arena diff --git a/Dockerfile.notebook.cpu b/Dockerfile.notebook.cpu index e4dafdd1b..d5dc553ae 100644 --- a/Dockerfile.notebook.cpu +++ b/Dockerfile.notebook.cpu @@ -3,7 +3,7 @@ ARG BASE_IMAGE=tensorflow/tensorflow:1.12.0-devel-py3 ARG USER=root -FROM golang:1.14-stretch as build +FROM golang:1.18-stretch as build RUN mkdir -p /go/src/github.com/kubeflow/arena diff --git a/Dockerfile.notebook.kubeflow b/Dockerfile.notebook.kubeflow index 4619b6192..d259d225c 100644 --- a/Dockerfile.notebook.kubeflow +++ b/Dockerfile.notebook.kubeflow @@ -2,7 +2,7 @@ ARG BASE_IMAGE=registry.aliyuncs.com/kubeflow-images-public/tensorflow-1.12.0-no ARG USER=jovyan -FROM golang:1.14-stretch as build +FROM golang:1.18-stretch as build RUN mkdir -p /go/src/github.com/kubeflow/arena