From 28c77ce81db4e9dee286c417c53df473675a9cef Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:43:32 +0200 Subject: [PATCH] chore(template): bump Alpine runtime to 3.24.1 Update the template action base image to Alpine 3.24.1 and refresh the template local image structure test to assert the new 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 a4fa4ba..67111b4 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 b8d7e23..d633724 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