You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/10/30 08:09:47 UTC

[apisix-ingress-docker] branch main updated: chore: bump default APISIX Ingress version (#4)

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

kvn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-docker.git


The following commit(s) were added to refs/heads/main by this push:
     new 0d37ac0  chore: bump default APISIX Ingress version (#4)
0d37ac0 is described below

commit 0d37ac075bb334910caf79a29d465185d081d174
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Sat Oct 30 16:09:43 2021 +0800

    chore: bump default APISIX Ingress version (#4)
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 8930648..1641ee6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@
 #
 FROM golang:1.13.8 AS build-env
 
-ARG INGRESS_VERSION=0.1.0
+ARG INGRESS_VERSION=1.3.0
 LABEL ingress_version="${INGRESS_VERSION}"
 RUN rm -rf /etc/localtime \
     && ln -s /usr/share/zoneinfo/Hongkong /etc/localtime \