We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a57f1 commit d9178c3Copy full SHA for d9178c3
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /build
6
ADD . /build
7
RUN make BUILD_VERSION=${VERSION}
8
9
-FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS runner
+FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c AS runner
10
LABEL org.opencontainers.image.source="https://github.com/DataDog/stratus-red-team/"
11
COPY --from=builder /build/bin/stratus /stratus
12
RUN apk add --update git # git is needed for Terraform to download external modules at runtime
0 commit comments