There was an error while loading. Please reload this page.
2 parents 82e9e4f + c2b2516 commit 3074f4dCopy full SHA for 3074f4d
2 files changed
Dockerfile
@@ -25,7 +25,7 @@ RUN \
25
/app/raneto && \
26
if [ -z ${RANETO_RELEASE+x} ]; then \
27
RANETO_RELEASE=$(curl -sX GET "https://api.github.com/repos/ryanlelek/Raneto/releases/latest" \
28
- | awk '/tag_name/{print $4;exit}' FS='[""]'); \
+ | jq -r '.tag_name'); \
29
fi && \
30
curl -o \
31
/tmp/raneto-src.tar.gz -L \
Dockerfile.aarch64
0 commit comments