From 15c7dc387317368c1fad72e60cfeffdbe946d5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 17:24:31 +0000 Subject: [PATCH] Bump golang from 1.14-stretch to 1.19rc1-stretch Bumps golang from 1.14-stretch to 1.19rc1-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..1e54dcf53 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.19rc1-stretch as build RUN mkdir -p /go/src/github.com/kubeflow/arena diff --git a/Dockerfile.notebook.cpu b/Dockerfile.notebook.cpu index e4dafdd1b..b0526332a 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.19rc1-stretch as build RUN mkdir -p /go/src/github.com/kubeflow/arena diff --git a/Dockerfile.notebook.kubeflow b/Dockerfile.notebook.kubeflow index 4619b6192..2941c8c55 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.19rc1-stretch as build RUN mkdir -p /go/src/github.com/kubeflow/arena