diff --git a/Dockerfile b/Dockerfile index 942258f..6c3db93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG DOWNLOAD_URI=https://github.com/bell-sw/Liberica/releases/download/11.0.15.1%2B2/bellsoft-jre11.0.15.1+2-linux-amd64.tar.gz -ARG SHA1=810a72da507135423d67a7df4785f0c3f6e01f7a +ARG DOWNLOAD_URI=https://github.com/bell-sw/Liberica/releases/download/11.0.16%2B8/bellsoft-jre11.0.16+8-linux-amd64.tar.gz +ARG SHA1=513be23b20f4f7b1f60d9254dfb0fa59a7558ad0 # Download and verify file # Args: $DOWNLOAD_URI, $SHA256 @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y wget COPY --from=retrieve download.tar.gz /tmp/download.tar.gz -LABEL jdk.version=11.0.15-10 +LABEL jdk.version=11.0.16-8 RUN mkdir -p /usr/lib/jvm \ && tar xzf /tmp/download.tar.gz -C /usr/lib/jvm \ diff --git a/README.md b/README.md index 2f828fb..0eff551 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ publish the image to DockerHub: docker push springcloud/baseimage: ``` - #### 2. Check the bundled JDK version You can check the Java version bundled with a particular image tag, like this: diff --git a/version.txt b/version.txt index e6d5cb8..e4c0d46 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file