Skip to content

Commit 7fa397e

Browse files
chore(deps): update alpine docker tag to v3.21 (#3739)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 861de87 commit 7fa397e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
88
--mount=type=cache,target=/root/.cache/go-build \
99
GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o trufflehog .
1010

11-
FROM alpine:3.20
11+
FROM alpine:3.21
1212
RUN apk add --no-cache bash git openssh-client ca-certificates rpm2cpio binutils cpio \
1313
&& rm -rf /var/cache/apk/* && update-ca-certificates
1414
COPY --from=builder /build/trufflehog /usr/bin/trufflehog

Dockerfile.goreleaser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20
1+
FROM alpine:3.21
22

33
RUN apk add --no-cache bash git openssh-client ca-certificates \
44
&& rm -rf /var/cache/apk/* && update-ca-certificates

0 commit comments

Comments
 (0)