We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9a1d1e + a32ac39 commit 7fa9000Copy full SHA for 7fa9000
.gitlab-ci.yml
@@ -1,5 +1,5 @@
1
variables:
2
- CURRENT_CI_IMAGE: "20"
+ CURRENT_CI_IMAGE: "21"
3
CI_IMAGE_DOCKER: registry.ddbuild.io/ci/dd-sdk-android:$CURRENT_CI_IMAGE
4
GIT_DEPTH: 5
5
ci/Dockerfile.gitlab
@@ -32,7 +32,7 @@ ENV ANDROID_BUILD_TOOLS 36.0.0
32
ENV ANDROID_SDK_TOOLS 11076708
33
ENV NDK_VERSION 28.0.13004108
34
ENV CMAKE_VERSION 3.22.1
35
-ENV DD_TRACER_VERSION 1.53.0
+ENV DD_TRACER_VERSION 1.54.0
36
# requires build with BuildKit to be available https://docs.docker.com/build/building/variables/#multi-platform-build-arguments
37
ARG TARGETARCH
38
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-${TARGETARCH}
0 commit comments