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 2022/01/17 15:35:18 UTC

[apisix-docker] branch master updated: feat: update apisix-base version to 1.19.9.1.2 (#273)

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

kvn 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 496e433  feat: update apisix-base version to 1.19.9.1.2 (#273)
496e433 is described below

commit 496e433ae027994a32cd78be641c9f83b486baa6
Author: kv <gx...@163.com>
AuthorDate: Mon Jan 17 23:32:01 2022 +0800

    feat: update apisix-base version to 1.19.9.1.2 (#273)
---
 alpine-dev/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alpine-dev/Dockerfile b/alpine-dev/Dockerfile
index ebe61a4..91317a9 100644
--- a/alpine-dev/Dockerfile
+++ b/alpine-dev/Dockerfile
@@ -17,7 +17,7 @@
 
 ARG ENABLE_PROXY=false
 
-FROM api7/apisix-base:1.19.3.2.2 AS production-stage
+FROM api7/apisix-base:1.19.9.1.2 AS production-stage
 
 ARG ENABLE_PROXY
 RUN set -x \