Skip to content

Commit af2e129

Browse files
chore(dockerfile): update minor dependencies (dockerfile) to v3.24 (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a372c06 commit af2e129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN make envtest \
2525
&& CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager main.go
2626

2727
# Create final image
28-
FROM alpine:3.23
28+
FROM alpine:3.24
2929
WORKDIR /
3030
ENV GNUPGHOME=/tmp
3131
ENTRYPOINT ["/usr/local/bin/manager"]

0 commit comments

Comments
 (0)