Skip to content

Commit d9178c3

Browse files
Bump alpine from 3.21.2 to 3.21.3 (#645)
Bumps alpine from 3.21.2 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60a57f1 commit d9178c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /build
66
ADD . /build
77
RUN make BUILD_VERSION=${VERSION}
88

9-
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS runner
9+
FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c AS runner
1010
LABEL org.opencontainers.image.source="https://github.com/DataDog/stratus-red-team/"
1111
COPY --from=builder /build/bin/stratus /stratus
1212
RUN apk add --update git # git is needed for Terraform to download external modules at runtime

0 commit comments

Comments
 (0)