This is an automated email from the ASF dual-hosted git repository.
zhangjintao 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 7411009 chore: update for v1.5.0 (#7)
7411009 is described below
commit 7411009374c85bb0cc566305b7480cee83c7cffd
Author: Jintao Zhang <[email protected]>
AuthorDate: Sat Oct 8 09:38:02 2022 +0800
chore: update for v1.5.0 (#7)
---
Dockerfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 1dfcda6..73b8c0f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,9 +14,9 @@
# 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
-ARG INGRESS_VERSION=1.5.0-rc1
+ARG INGRESS_VERSION=1.5.0
ARG ENABLE_PROXY=false
LABEL ingress_version="${INGRESS_VERSION}"
@@ -32,7 +32,7 @@ RUN wget
https://github.com/apache/apisix-ingress-controller/archive/${INGRESS_V
&& if [ "$ENABLE_PROXY" = "true" ] ; then go env -w
GOPROXY=https://goproxy.cn,direct ; fi \
&& make build
-FROM alpine:3.16.1
+FROM alpine:3.16.2
WORKDIR /ingress-apisix
RUN apk add --no-cache ca-certificates libc6-compat \