Skip to content

Commit

Permalink
bump java version to 17 in android builder base
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 12, 2024
1 parent 92e1824 commit f5a8d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.android-builder-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11-jdk-bullseye
FROM openjdk:17-jdk-bullseye

# OS setup
RUN apt-get update && apt-get install -y gradle jq git-core build-essential openssl libssl-dev
Expand Down

0 comments on commit f5a8d33

Please sign in to comment.