update
This commit is contained in:
parent
3a379e0aa4
commit
3281207dd0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine as ngrok
|
FROM alpine as ngrok
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual .bootstrap-deps ca-certificates && \
|
RUN apk add --no-cache --virtual .bootstrap-deps ca-certificates && \
|
||||||
wget -O /tmp/ngrok.zip https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip && \
|
wget -O /tmp/ngrok.zip https://git.hhf.technology/hhf/docker-ngrok/src/commit/3a379e0aa43c372c5cbeb3690e110d483ab06a18/ngrok-stable-linux-amd64.zip && \
|
||||||
unzip -o /tmp/ngrok.zip -d / && \
|
unzip -o /tmp/ngrok.zip -d / && \
|
||||||
apk del .bootstrap-deps && \
|
apk del .bootstrap-deps && \
|
||||||
rm -rf /tmp/* && \
|
rm -rf /tmp/* && \
|
||||||
|
|
Loading…
Reference in a new issue