Skip to content

Commit ef09be8

Browse files
Fixed Docker tls assets download command (#472)
Signed-off-by: Varun Jain <[email protected]> Co-authored-by: Animesh Pathak <[email protected]>
1 parent 7e099c8 commit ef09be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-2.0.0/running-keploy/docker-tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ keywords:
2727

2828
```dockerfile
2929
# Download the ca.crt file
30-
RUN curl -o ca.crt https://raw.githubusercontent.com/keploy/keploy/main/pkg/core/proxy/asset/ca.crt
31-
RUN curl -o setup_ca.sh https://raw.githubusercontent.com/keploy/keploy/main/pkg/core/proxy/asset/setup_ca.sh
30+
RUN curl -o ca.crt https://raw.githubusercontent.com/keploy/keploy/refs/heads/main/pkg/core/proxy/tls/asset/ca.crt
31+
RUN curl -o setup_ca.sh https://raw.githubusercontent.com/keploy/keploy/refs/heads/main/pkg/core/proxy/tls/asset/setup_ca.sh
3232
# Give execute permission to the setup_ca.sh script
3333
RUN chmod +x setup_ca.sh
3434

0 commit comments

Comments
 (0)