feat: add alpine-3.24 build config

Mirror the alpine-3.23 setup across the builder Dockerfile/package,
docker-compose service, Makefile/Justfile targets, and the CI matrix.
This commit is contained in:
Patrick Schratz 2026-06-12 15:45:39 +02:00
commit a2196ddc49
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -1,4 +1,4 @@
PLATFORMS := ubuntu-2004 ubuntu-2204 ubuntu-2404 ubuntu-2604 debian-10 debian-11 debian-12 centos-7 centos-8 rhel-9 opensuse-155 fedora-38 fedora-39 fedora-40 alpine-321 alpine-322 alpine-323 rhel-10
PLATFORMS := ubuntu-2004 ubuntu-2204 ubuntu-2404 ubuntu-2604 debian-10 debian-11 debian-12 centos-7 centos-8 rhel-9 opensuse-155 fedora-38 fedora-39 fedora-40 alpine-321 alpine-322 alpine-323 alpine-324 rhel-10
SLS_BINARY ?= ./node_modules/serverless/bin/serverless.js
deps: