Skip to content

Commit

Permalink
Bump Alpine Linux Version to 3.19.0 (#1795)
Browse files Browse the repository at this point in the history
* chore: Update the value of the base image (ARG ALPINE_TAG) in the doc...

... ker-bake.hcl

Made with ❤️️ by updatecli

* chore: Update the value of the JDK21 base image (ARG ALPINE_TAG) in t...

... he Dockerfile

Made with ❤️️ by updatecli

* chore: Update the value of the JDK11 base image (ARG ALPINE_TAG) in t...

... he Dockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hervé Le Meur <[email protected]>
  • Loading branch information
github-actions[bot] and lemeurherve authored Dec 11, 2023
1 parent 41be014 commit b73020e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 11/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.18.5
ARG ALPINE_TAG=3.19.0
ARG JAVA_VERSION=11.0.21_9
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion 21/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.18.5
ARG ALPINE_TAG=3.19.0
ARG JAVA_VERSION=21.0.1_12
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ variable "COMMIT_SHA" {
}

variable "ALPINE_FULL_TAG" {
default = "3.18.5"
default = "3.19.0"
}

variable "ALPINE_SHORT_TAG" {
Expand Down

0 comments on commit b73020e

Please sign in to comment.