Skip to content

Commit

Permalink
Fix circleci. (#986)
Browse files Browse the repository at this point in the history
Signed-off-by: Syulin7 <[email protected]>
  • Loading branch information
Syulin7 committed Aug 30, 2023
1 parent bf33ada commit 46093ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Create a go runtime for building arena

ARG GOLANG_VERSION=1.18
ARG GOLANG_VERSION=1.19.4
ARG KUBE_VERSION=v1.23.0
ARG HELM_VERSION=v3.7.2
ARG VERSION=v0.3.0-rc
Expand All @@ -12,7 +12,7 @@ ARG COMMIT=stable
ARG TARGET=cli-$OS_ARCH


FROM golang:$GOLANG_VERSION-stretch as build
FROM golang:$GOLANG_VERSION as build

ARG KUBE_VERSION
ARG HELM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM golang:1.10-stretch as build
FROM golang:1.14-stretch as build
FROM golang:1.19.4 as build

RUN mkdir -p /go/src/github.com/kubeflow/arena

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.notebook.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.4 as build

RUN mkdir -p /go/src/github.com/kubeflow/arena

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.notebook.kubeflow
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.4 as build

RUN mkdir -p /go/src/github.com/kubeflow/arena

Expand Down

0 comments on commit 46093ae

Please sign in to comment.