From 798ce6450f7143c341e236e5962becf0b5e1b864 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 02:37:49 +0000 Subject: [PATCH] Bump Alpine Linux Version to 3.18.5 (#571) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 base image (ARG ALPINE_TAG) in the Doc... ... kerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- alpine/Dockerfile | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 746190893..5fc6a5721 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. ARG JAVA_VERSION=17.0.8.1_1 -ARG ALPINE_TAG=3.18.4 +ARG ALPINE_TAG=3.18.5 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build RUN if [ "$TARGETPLATFORM" != 'linux/arm/v7' ]; then \ diff --git a/docker-bake.hcl b/docker-bake.hcl index 1696a5ae2..847e30f37 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -64,7 +64,7 @@ variable "ON_TAG" { } variable "ALPINE_FULL_TAG" { - default = "3.18.4" + default = "3.18.5" } variable "ALPINE_SHORT_TAG" {