This is an automated email from the ASF dual-hosted git repository.

yuchaoran pushed a commit to branch branch-1.3.0
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git

commit e2fbd34bfa0ed93bde14e1500a25d07f1348b659
Author: Chaoran Yu <[email protected]>
AuthorDate: Tue Oct 31 13:58:44 2023 -0700

    Upgrade base Go version
---
 build/Dockerfile | 3 +--
 rio.yml          | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/build/Dockerfile b/build/Dockerfile
index eaa03cf4..9374e5f7 100644
--- a/build/Dockerfile
+++ b/build/Dockerfile
@@ -18,8 +18,7 @@
 ARG MAIN_VERSION
 ARG MAIN_DATE
 
-#FROM --platform=$BUILDPLATFORM 
docker.apple.com/base-images/ubi9/go1.18-builder as builder
-FROM docker.apple.com/base-images/ubi9/go1.20-builder as builder
+FROM docker.apple.com/base-images/ubi9/go1.20-builder/1.20.10 as builder
 
 RUN echo "start build process"
 RUN echo "Running on $BUILDPLATFORM, version: $MAIN_VERSION, date: $MAIN_DATE"
diff --git a/rio.yml b/rio.yml
index 7601566d..ec5dbefb 100644
--- a/rio.yml
+++ b/rio.yml
@@ -19,7 +19,7 @@ pipelines:
       template: 'freestyle:v4:publish'
       steps: ['true']
     machine:
-      baseImage: 'docker.apple.com/base-images/ubi9/go1.20-builder'
+      baseImage: 'docker.apple.com/base-images/ubi9/go1.20-builder/1.20.10'
       env:
         APP_VERSION: '1.3.#{}'
         HTTP_PROXY: 'http://proxy.config.pcp.local:3128'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to