We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda909e commit cb7921fCopy full SHA for cb7921f
android-sdk/Dockerfile
@@ -13,7 +13,7 @@ LABEL maintainer "[email protected]"
13
# support multiarch: i386 architecture
14
# install Java
15
# install essential tools
16
-ARG JDK_VERSION=11
+ARG JDK_VERSION=17
17
RUN dpkg --add-architecture i386 && \
18
apt-get update && \
19
apt-get dist-upgrade -y && \
@@ -24,7 +24,7 @@ RUN dpkg --add-architecture i386 && \
24
25
# download and install Gradle
26
# https://services.gradle.org/distributions/
27
-ARG GRADLE_VERSION=7.5.1
+ARG GRADLE_VERSION=8.1
28
ARG GRADLE_DIST=bin
29
RUN cd /opt && \
30
wget -q https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-${GRADLE_DIST}.zip && \
0 commit comments