This is an automated email from the ASF dual-hosted git repository.
kichan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 2c42f6a Upgrade to alpine linux 3.16.9 (#206)
2c42f6a is described below
commit 2c42f6a3b79fe6c4e7f18d6a16851e6e089020ac
Author: Kit Chan <[email protected]>
AuthorDate: Sat Mar 23 07:31:44 2024 +0100
Upgrade to alpine linux 3.16.9 (#206)
* Update Dockerfile
* Update README.md
---
Dockerfile | 4 ++--
README.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index b1e5dab..7170422 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM alpine:3.16.8 as builder
+FROM alpine:3.16.9 as builder
RUN apk add --no-cache --virtual .tools \
bzip2 curl nghttp2-libs=1.47.0-r2 git automake libtool autoconf make sed
file perl openrc openssl=1.1.1w-r1
@@ -123,7 +123,7 @@ RUN mkdir -p /opt/ats/var/run/redis/ \
# set up ingress log location
RUN mkdir -p /opt/ats/var/log/ingress/
-FROM alpine:3.16.8
+FROM alpine:3.16.9
# essential library
RUN apk add --no-cache -U \
diff --git a/README.md b/README.md
index c851066..e2aef77 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@
Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
-
[Development](https://github.com/apache/trafficserver-ingress-controller/blob/master/docs/DEVELOPMENT.md)
## Versions of Software Used
-- Alpine Linux 3.16.8
+- Alpine Linux 3.16.9
- Apache Traffic Server 9.2.3
- LuaJIT 2.0.4
- Go (Version can be found in `GO_VERSION` file found at the base of this
repository)