You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2022/11/10 06:00:23 UTC

[apisix-ingress-controller] branch master updated: modify Dockerfile go version from 1.18 to 1.19 ,consist with go mod (#1446)

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

lingsamuel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new febeab4c modify Dockerfile go version from 1.18 to 1.19 ,consist with go mod (#1446)
febeab4c is described below

commit febeab4cac49dd97a6b257324ba9ba3b5396c514
Author: StevenBrown008 <10...@users.noreply.github.com>
AuthorDate: Thu Nov 10 14:00:19 2022 +0800

    modify Dockerfile go version from 1.18 to 1.19 ,consist with go mod (#1446)
    
    Co-authored-by: fangyunyun <fa...@cmss.chinamobile.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ed5817d9..9c416887 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM golang:1.18 AS build-env
+FROM golang:1.19 AS build-env
 LABEL maintainer="gxthrj@163.com"
 
 ARG ENABLE_PROXY=false