We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea4572 commit 0ca9918Copy full SHA for 0ca9918
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /build
6
ADD . /build
7
RUN make BUILD_VERSION=${VERSION}
8
9
-FROM alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1 AS runner
+FROM alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 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