Skip to content

Commit 9953a27

Browse files
authored
HDDS-12359. Bump async profiler to 2.9, awscli to 1.37 (#38)
1 parent 6c88cfc commit 9953a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ RUN curl -Lo /opt/byteman.jar https://repo.maven.apache.org/maven2/org/jboss/byt
103103
RUN 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 ; \

0 commit comments

Comments
 (0)