Skip to content

Commit

Permalink
fix: bump openjdk version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Sep 4, 2024
1 parent 5fe057d commit 420d8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN ls -la ${HOME}/ && ls -la ${CMDLINE_HOME} && echo ${CMDLINE_HOME} && sudo ch
RUN sudo chmod +r+w+x -Rv ${HOME}/.local

# Install cmdlinetools and sdk
RUN sudo apt-get install openjdk-11-jdk --no-install-recommends -y
RUN sudo apt-get install openjdk-21-jdk --no-install-recommends -y
RUN yes | sdkmanager --install "build-tools;29.0.0" "platforms;android-29" "platform-tools" "cmdline-tools;latest"

# setup flutter
Expand Down

0 comments on commit 420d8a0

Please sign in to comment.