Skip to content

Commit 022dafc

Browse files
update: android and jdk version (#7)
1 parent 1120804 commit 022dafc

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
@@ -1,8 +1,8 @@
1-
FROM openjdk:8
1+
FROM openjdk:11
22

33
RUN apt-get update
44
RUN apt-get -y install curl unzip openssl
5-
ARG ANDROID_SDK_VERSION=6609375
5+
ARG ANDROID_SDK_VERSION=7583922
66
ENV ANDROID_SDK_ROOT /opt/android-sdk
77
RUN mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools && \
88
wget -q https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_VERSION}_latest.zip && \

0 commit comments

Comments
 (0)