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 114a0e9 Update Dockerfile (#173)
114a0e9 is described below
commit 114a0e9aee692cddb494d36b667e55c57604c38c
Author: Kit Chan <[email protected]>
AuthorDate: Thu Dec 7 15:15:56 2023 +0100
Update Dockerfile (#173)
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index a1dc7ba..b9134ab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@
FROM alpine:3.16.7 as builder
RUN apk add --no-cache --virtual .tools \
- bzip2 curl=8.4.0-r0 nghttp2-libs=1.47.0-r2 git automake libtool autoconf
make sed file perl openrc openssl=1.1.1w-r1
+ bzip2 curl nghttp2-libs=1.47.0-r2 git automake libtool autoconf make sed
file perl openrc openssl=1.1.1w-r1
# ATS dependencies
RUN apk add --no-cache --virtual .ats-build-deps \
@@ -129,7 +129,7 @@ FROM alpine:3.16.7
RUN apk add --no-cache -U \
bash \
build-base \
- curl=8.4.0-r0 \
+ curl \
nghttp2-libs=1.47.0-r2 \
ca-certificates \
pcre \