This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 60e5211 chore: update go version (#440)
60e5211 is described below
commit 60e52116b51c773cf546a32265d2166d7f1cb5b0
Author: Xin Rong <[email protected]>
AuthorDate: Fri Mar 10 10:30:01 2023 +0800
chore: update go version (#440)
Co-authored-by: AlinsRan <[email protected]>
---
dashboard/Dockerfile.alpine | 2 +-
dashboard/Dockerfile.centos | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dashboard/Dockerfile.alpine b/dashboard/Dockerfile.alpine
index 1a7752e..e5daca5 100644
--- a/dashboard/Dockerfile.alpine
+++ b/dashboard/Dockerfile.alpine
@@ -26,7 +26,7 @@ RUN set -x \
&& cd /usr/local/apisix-dashboard && git clean -Xdf \
&& rm -f ./.githash && git log --pretty=format:"%h" -1 > ./.githash
-FROM --platform=$BUILDPLATFORM golang:1.17 as api-builder
+FROM --platform=$BUILDPLATFORM golang:1.19 as api-builder
ARG ENABLE_PROXY=false
diff --git a/dashboard/Dockerfile.centos b/dashboard/Dockerfile.centos
index b1ca902..f60632c 100644
--- a/dashboard/Dockerfile.centos
+++ b/dashboard/Dockerfile.centos
@@ -26,7 +26,7 @@ RUN set -x \
&& cd /usr/local/apisix-dashboard && git clean -Xdf \
&& rm -f ./.githash && git log --pretty=format:"%h" -1 > ./.githash
-FROM --platform=$BUILDPLATFORM golang:1.17 as api-builder
+FROM --platform=$BUILDPLATFORM golang:1.19 as api-builder
ARG ENABLE_PROXY=false