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 e444007 Update Dockerfile (#303)
e444007 is described below
commit e444007ba8a0af0575680b9e452c65a204896bf1
Author: Kit Chan <[email protected]>
AuthorDate: Thu Sep 11 09:09:53 2025 -0500
Update Dockerfile (#303)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index f1cf0be..c4d9785 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -167,7 +167,7 @@ RUN adduser -S -D -H -u 1000 -h /tmp -s /sbin/nologin -G
ats -g ats ats
COPY --from=builder --chown=ats:ats /opt/ats /opt/ats
-ENV PATH="/opt/ats/bin:${PATH}
+ENV PATH="/opt/ats/bin:${PATH}"
USER ats