File tree 6 files changed +6
-5
lines changed
6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN set -eux \
10
10
RUN set -eux \
11
11
&& URL="$( \
12
12
curl -sS --fail https://ngrok.com/download \
13
- | grep -Eo "http(s)?://.+ngrok-stable-${ARCH}\.tgz" \
13
+ | grep -Eo "http(s)?://.+ngrok-(.*) stable-${ARCH}\.tgz" \
14
14
| head -1 \
15
15
)" \
16
16
&& curl -sS --fail -o /tmp/ngrok.tgz "${URL}" \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN set -eux \
12
12
RUN set -eux \
13
13
&& URL="$( \
14
14
curl -sS --fail https://ngrok.com/download \
15
- | grep -Eo "http(s)?://.+ngrok-stable-${ARCH}\.tgz" \
15
+ | grep -Eo "http(s)?://.+ngrok-(.*) stable-${ARCH}\.tgz" \
16
16
| head -1 \
17
17
)" \
18
18
&& curl -sS --fail -o /tmp/ngrok.tgz "${URL}" \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN set -eux \
12
12
RUN set -eux \
13
13
&& URL="$( \
14
14
curl -sS --fail https://ngrok.com/download \
15
- | grep -Eo "http(s)?://.+ngrok-stable-${ARCH}\.tgz" \
15
+ | grep -Eo "http(s)?://.+ngrok-(.*) stable-${ARCH}\.tgz" \
16
16
| head -1 \
17
17
)" \
18
18
&& curl -sS --fail -o /tmp/ngrok.tgz "${URL}" \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN set -eux \
12
12
RUN set -eux \
13
13
&& URL="$( \
14
14
curl -sS --fail https://ngrok.com/download \
15
- | grep -Eo "http(s)?://.+ngrok-stable-${ARCH}\.tgz" \
15
+ | grep -Eo "http(s)?://.+ngrok-(.*) stable-${ARCH}\.tgz" \
16
16
| head -1 \
17
17
)" \
18
18
&& curl -sS --fail -o /tmp/ngrok.tgz "${URL}" \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN set -eux \
12
12
RUN set -eux \
13
13
&& URL="$( \
14
14
curl -sS --fail https://ngrok.com/download \
15
- | grep -Eo "http(s)?://.+ngrok-stable-${ARCH}\.tgz" \
15
+ | grep -Eo "http(s)?://.+ngrok-(.*) stable-${ARCH}\.tgz" \
16
16
| head -1 \
17
17
)" \
18
18
&& curl -sS --fail -o /tmp/ngrok.tgz "${URL}" \
Original file line number Diff line number Diff line change
1
+ version : 2
1
2
# authtoken: 3FqC8NZYFm3FCTnq31YP_4PVTJD76Ugzejfn5Eq49A
2
3
# region: us
3
4
# console_ui: true
You can’t perform that action at this time.
0 commit comments