Skip to content

Commit

Permalink
Merge pull request #18 from menny/jdk17
Browse files Browse the repository at this point in the history
Update README and version
  • Loading branch information
menny authored Apr 18, 2023
2 parents 93c779d + e5e9a0c commit b52f2b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post_merge_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
TERM: dumb
IMAGE_VERSION: 1.17.0
IMAGE_VERSION: 1.18.0
jobs:
build_base:
runs-on: ubuntu-22.04
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ These images are available in Docker Hub and [ghcr.io](https://github.com/menny?

## Contains:

* Based on `adoptopenjdk/openjdk11:jdk-11.0.12_7-ubuntu-slim` - Ubuntu 20.04 with AdoptOpenJDK 11
* Based on `ubuntu:focal`
* with wget, curl, zip, python, pip, git, make, gcc (and other build-essential)
* AdoptJDK11 - https://github.com/AdoptOpenJDK
* Corretto JDK17 - https://github.com/corretto/corretto-17/releases
* cmdline tools 6.0
* Platform tools 32.0.0
* Build Tools 32.0.0
Expand Down
4 changes: 2 additions & 2 deletions android_bazel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ENV JAVA_TOOL_OPTIONS=""

# Install Go (required by Bazelisk)
RUN add-apt-repository ppa:longsleep/golang-backports
RUN apt update
RUN apt install -y --allow-remove-essential --allow-change-held-packages golang-go
RUN apt update \
&& apt install -y --allow-remove-essential --allow-change-held-packages golang-go

# Install bazelisk
RUN mkdir /opt/bazelisk
Expand Down

0 comments on commit b52f2b7

Please sign in to comment.