This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 636e36e Update to go-httpbin v2.6.0 (#148)
636e36e is described below
commit 636e36e2098da6a683e3ec828c8b4f7cedab08ee
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Apr 24 13:40:23 2023 -0500
Update to go-httpbin v2.6.0 (#148)
This has a fix for /bytes/0 to actually return 0 bytes.
---
docker/rockylinux8/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/rockylinux8/Dockerfile b/docker/rockylinux8/Dockerfile
index 36979bb..01dac99 100644
--- a/docker/rockylinux8/Dockerfile
+++ b/docker/rockylinux8/Dockerfile
@@ -122,7 +122,7 @@ RUN \
cp /root/go/bin/h2spec /usr/local/go/bin/
RUN \
- /usr/local/go/bin/go install
github.com/mccutchen/go-httpbin/v2/cmd/[email protected]; \
+ /usr/local/go/bin/go install
github.com/mccutchen/go-httpbin/v2/cmd/[email protected]; \
cp /root/go/bin/go-httpbin /usr/local/go/bin/
# BoringSSL has no releases or tags. For Docker image reproducibilty, we pin to