Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
* JDK8: 8u275-b01 → 8u282-b08
* JDK11: 11.0.9.1+1 → 11.0.10+9
  • Loading branch information
alvr committed Feb 10, 2021
1 parent 415f156 commit fb61be5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

There are two variants of the image:

* JDK8 images are based on `adoptopenjdk/openjdk8:alpine` (JDK 8u275-b01) and uses the tag's suffix `-jdk8`.
* JDK11 images are based on `adoptopenjdk/openjdk11:alpine` (JDK 11.0.9.1+1) and uses the tag's suffix `-jdk11`.
* JDK8 images are based on `adoptopenjdk/openjdk8:alpine` (JDK 8u282-b08) and uses the tag's suffix `-jdk8`.
* JDK11 images are based on `adoptopenjdk/openjdk11:alpine` (JDK 11.0.10+9) and uses the tag's suffix `-jdk11`.

### Which one should I use?

Expand Down
2 changes: 1 addition & 1 deletion docker/android.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG JDK_VERSION

FROM alvrme/alpine-android-base:jdk${JDK_VERSION}
LABEL maintainer="Álvaro S. <alvaro@alvr.me>"
LABEL maintainer="Álvaro Salcedo García <alvaro@alvr.dev>"

ARG BUILD_TOOLS
ARG TARGET_SDK
Expand Down
2 changes: 1 addition & 1 deletion docker/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG JDK_VERSION

FROM adoptopenjdk/openjdk${JDK_VERSION}:alpine
LABEL maintainer="Álvaro S. <alvaro@alvr.me>"
LABEL maintainer="Álvaro Salcedo García <alvaro@alvr.dev>"

ENV ANDROID_SDK_ROOT "/opt/sdk"
ENV ANDROID_HOME ${ANDROID_SDK_ROOT}
Expand Down

0 comments on commit fb61be5

Please sign in to comment.