We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
beefdbd
1e42bbe
1 parent a912e7f commit 84305dbCopy full SHA for 84305db
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /build
6
ADD . /build
7
RUN make BUILD_VERSION=${VERSION}
8
9
-FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d AS runner
+FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 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