Skip to content

Commit 75c1e15

Browse files
Bump JDK17 version to 17.0.17+10 (#572)
* chore: Bump JDK17 version for Linux images in the docker-bake.hcl file Made with ❤️️ by updatecli * chore: Bump JDK17 default ARG version on Alpine Dockerfile Made with ❤️️ by updatecli * chore: Bump JDK17 default ARG version on Debian Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 07758ea commit 75c1e15

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
ARG JAVA_VERSION=17.0.16_8
23+
ARG JAVA_VERSION=17.0.17_10
2424
ARG ALPINE_TAG=3.22.2
2525
FROM alpine:"${ALPINE_TAG}" AS jre-build
2626

@@ -33,7 +33,7 @@ ARG TARGETPLATFORM
3333
COPY jdk-download-url.sh /usr/bin/local/jdk-download-url.sh
3434
COPY jdk-download.sh /usr/bin/local/jdk-download.sh
3535

36-
ARG JAVA_VERSION=17.0.16_8
36+
ARG JAVA_VERSION=17.0.17_10
3737
# hadolint ignore=DL3018
3838
RUN apk add --no-cache \
3939
ca-certificates \

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ARG TARGETPLATFORM
3131
COPY jdk-download-url.sh /usr/bin/local/jdk-download-url.sh
3232
COPY jdk-download.sh /usr/bin/local/jdk-download.sh
3333

34-
ARG JAVA_VERSION=17.0.16_8
34+
ARG JAVA_VERSION=17.0.17_10
3535
# hadolint ignore=DL3008
3636
RUN set -x; apt-get update \
3737
&& apt-get install --no-install-recommends -y \

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ variable "ALPINE_SHORT_TAG" {
6464
}
6565

6666
variable "JAVA17_VERSION" {
67-
default = "17.0.16_8"
67+
default = "17.0.17_10"
6868
}
6969

7070
variable "JAVA21_VERSION" {

0 commit comments

Comments
 (0)