Skip to content

Commit 28c77ce

Browse files
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.
1 parent 29748b0 commit 28c77ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.23.4
1+
FROM alpine:3.24.1
22

33
# Copy all needed files
44
COPY entrypoint.sh /

tests/docker/local-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commandTests:
44
- name: OS version check
55
command: cat
66
args: [/etc/os-release]
7-
expectedOutput: [VERSION_ID=3\.23]
7+
expectedOutput: [VERSION_ID=3\.24\.1]
88

99
- name: Required tools installed
1010
command: bash

0 commit comments

Comments
 (0)