Skip to content

Commit

Permalink
Update SDK tools version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Sep 19, 2024
1 parent d075c9a commit 4b191e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/eclipse-temurin:17.0.7_7-sdk-jammy@sha256:ab4bbe391a42adc8e590d0c54b3ca7903cbc3b62a3e3b23ac8dce94ebfef6b9e AS builder
FROM docker.io/eclipse-temurin:17.0.12_7-jdk-jammy@sha256:d41eff8f20494968aaa1f5bbea4547303076b915d38f7d642441bd16538b45e3 AS builder

ARG ANDROID_SDK_DIST=commandlinetools-linux-10406996_latest.zip
ARG ANDROID_SDK_SHA256=8919e8752979db73d8321e9babe2caedcc393750817c1a5f56c128ec442fb540
ARG ANDROID_SDK_DIST=commandlinetools-linux-11076708_latest.zip
ARG ANDROID_SDK_SHA256=2d2d50857e4eb553af5a6dc3ad507a17adf43d115264b1afc116f95c92e5e258

ENV ANDROID_HOME=/opt/android-sdk-linux

Expand Down

0 comments on commit 4b191e5

Please sign in to comment.