Adding act label

This commit is contained in:
2025-01-18 14:09:25 +01:00
parent a14f3a212e
commit 6e9c97d981

View File

@@ -1,5 +1,7 @@
FROM public.ecr.aws/docker/library/alpine:3.21
LABEL ACT_IMAGE=true
RUN apk add --no-cache grype bash
WORKDIR /usr/src