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