Skip to content

Commit a279280

Browse files
committed
Update docker image to temurin-17-jdk
1 parent cb3ef95 commit a279280

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
FROM openjdk:11.0.13-bulleye@sha256:f6ded9543abec9fd65e26cc4b3b683fe6f593c04b17ddfd327fcdffe0ca9fda3 AS builder
1+
FROM eclipse-temurin:17.0.7_7-sdk-jammy@sha256:ab4bbe391a42adc8e590d0c54b3ca7903cbc3b62a3e3b23ac8dce94ebfef6b9e AS builder
22

3-
ARG ANDROID_SDK_DIST=commandlinetools-linux-7583922_latest.zip
4-
ARG ANDROID_SDK_SHA256=124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf
3+
ARG ANDROID_SDK_DIST=commandlinetools-linux-9477386_latest.zip
4+
ARG ANDROID_SDK_SHA256=bd1aa17c7ef10066949c88dc6c9c8d536be27f992a1f3b5a584f9bd2ba5646a0
55

66
ENV ANDROID_HOME=/opt/android-sdk-linux
77

8+
RUN apt-get update && apt-get install -y unzip git
9+
810
RUN mkdir -p "${ANDROID_HOME}"
911

1012
RUN curl -o sdk.zip "https://dl.google.com/android/repository/${ANDROID_SDK_DIST}"

0 commit comments

Comments
 (0)