diff --git a/Dockerfile b/Dockerfile index 2ff258056..a231522dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /build ADD . /build RUN make BUILD_VERSION=${VERSION} -FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS runner +FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS runner LABEL org.opencontainers.image.source="https://github.com/DataDog/stratus-red-team/" COPY --from=builder /build/bin/stratus /stratus RUN apk add --update git # git is needed for Terraform to download external modules at runtime