Skip to content

Commit

Permalink
Bump Alpine Linux Version to 3.18.5 (#1792)
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>
  • Loading branch information
github-actions[bot] authored Dec 2, 2023
1 parent 406d152 commit d2dd9fb
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.4
ARG ALPINE_TAG=3.18.5
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.4
ARG ALPINE_TAG=3.18.5
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.4"
default = "3.18.5"
}

variable "ALPINE_SHORT_TAG" {
Expand Down

0 comments on commit d2dd9fb

Please sign in to comment.