From 74676faec02d9419c545ace9d0f75eb5929ec7a4 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sun, 15 Feb 2026 08:52:55 +0100 Subject: [PATCH 1/2] Updated to 3.23 --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9d2c5a5..91241ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://www.linuxcontainers.dev # Source repository: https://github.com/linuxcontainers/alpine # Source licensed under the MIT License: https://github.com/linuxcontainers/alpine/blob/master/LICENSE -FROM alpine:3.20 +FROM alpine:3.23 LABEL maintainer="peter@linuxcontainers.dev" \ org.opencontainers.image.authors="Peter, peter@linuxcontainers.dev, https://www.linuxcontainers.dev/" \ org.opencontainers.image.source="https://github.com/linuxcontainers/alpine" \ diff --git a/README.md b/README.md index b61d45a..1577626 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ [![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/linuxcontainers/alpine?logo=docker&style=for-the-badge)](https://hub.docker.com/r/linuxcontainers/alpine) -[![Alpine Version](https://img.shields.io/badge/Alpine%20version-v3.17.0-green.svg?style=for-the-badge)](https://alpinelinux.org/) +[![Alpine Version](https://img.shields.io/badge/Alpine%20version-v3.23.0-green.svg?style=for-the-badge)](https://alpinelinux.org/) This Docker Image [(linuxcontainers/alpine)](https://hub.docker.com/r/linuxcontainers/alpine/) is based on the minimal [Alpine Linux](https://alpinelinux.org/). -##### Alpine Version 3.20.0 (Released May 22, 2024) +##### Alpine Version 3.23.0 (Released December 03, 2025) This docker image is the base Alpine Linux. For more info on versions & support see [Releases](https://alpinelinux.org/releases/) From 6513f52ea8b55c98607cc9b41ab68437f12bb084 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sun, 15 Feb 2026 08:55:41 +0100 Subject: [PATCH 2/2] Update actions of manual workflow to match --- .github/workflows/aws-manual-push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aws-manual-push.yml b/.github/workflows/aws-manual-push.yml index 8e1380e..f0325ad 100644 --- a/.github/workflows/aws-manual-push.yml +++ b/.github/workflows/aws-manual-push.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 @@ -43,16 +43,16 @@ jobs: echo ::set-output name=aws_image::${AWS_IMAGE} - name: Set up QEMU - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v3 with: platforms: all - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v3 - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: .