diff --git a/Dockerfile b/Dockerfile index 66bf62d0..25f76650 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /build ADD . /build RUN make BUILD_VERSION=${VERSION} -FROM alpine:3.16.2@sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad AS runner +FROM alpine:3.17.0@sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4 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