From 207e7236634c8404c03698bd2d63f90f3338f586 Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:40:44 +0200 Subject: [PATCH] chore(docker): bump Alpine runtime to 3.24.1 Update the action runtime image to Alpine 3.24.1 and align the local container-structure test with the exact Alpine VERSION_ID. --- Dockerfile | 2 +- tests/docker/local-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13b538e..77f11bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23.4 +FROM alpine:3.24.1 # Copy all needed files COPY entrypoint.sh / diff --git a/tests/docker/local-image.yml b/tests/docker/local-image.yml index e23abf5..ab33442 100644 --- a/tests/docker/local-image.yml +++ b/tests/docker/local-image.yml @@ -4,7 +4,7 @@ commandTests: - name: OS version check command: cat args: [/etc/os-release] - expectedOutput: [VERSION_ID=3\.23] + expectedOutput: [VERSION_ID=3\.24\.1] - name: Required tools installed command: bash