This is an automated email from the ASF dual-hosted git repository.
tokers 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 8255659 chore: bump alpine image version (#3)
8255659 is described below
commit 8255659860adf627ae3a189f30c7c8fe2b106a73
Author: Jintao Zhang <[email protected]>
AuthorDate: Sat May 22 17:31:21 2021 +0800
chore: bump alpine image version (#3)
Signed-off-by: Jintao Zhang <[email protected]>
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index c4ab9b5..8930648 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ RUN wget
https://github.com/apache/apisix-ingress-controller/archive/${INGRESS_V
&& cd ./controller \
&& GOPROXY=https://goproxy.io,direct make build
-FROM alpine:3.12.1
+FROM alpine:3.13.5
WORKDIR /ingress-apisix
RUN apk add --no-cache ca-certificates libc6-compat \