chore: update devContainer JDK (11->17)

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2024-01-17 09:21:47 -05:00 committed by Andy Scherzinger
parent 0361a6ddaf
commit 2264d9dd12
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV ANDROID_HOME=/usr/lib/android-sdk
RUN apt-get update -y
RUN apt-get install -y unzip wget openjdk-11-jdk vim
RUN apt-get install -y unzip wget openjdk-17-jdk vim
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip -O /tmp/commandlinetools.zip
RUN cd /tmp && unzip commandlinetools.zip