File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ RUN curl -Lo /opt/byteman.jar https://repo.maven.apache.org/maven2/org/jboss/byt
103103RUN set -eux ; \
104104 ARCH="$(arch)" ; \
105105 case "${ARCH}" in \
106- x86_64) url='https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.7 /async-profiler-2.7 -linux-x64.tar.gz' ;; \
107- aarch64) url='https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.7 /async-profiler-2.7 -linux-arm64.tar.gz' ;; \
106+ x86_64) url='https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.9 /async-profiler-2.9 -linux-x64.tar.gz' ;; \
107+ aarch64) url='https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.9 /async-profiler-2.9 -linux-arm64.tar.gz' ;; \
108108 *) echo "Unsupported architecture: ${ARCH}" ; exit 1 ;; \
109109 esac; \
110110 curl -L ${url} | tar xvz ; \
You can’t perform that action at this time.
0 commit comments