Skip to content

Commit 1895e37

Browse files
chore(dockerfile): update alpine docker tag to v3.23 (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01a8cde commit 1895e37

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.22
28+
FROM alpine:3.23
2929
WORKDIR /
3030
ENV GNUPGHOME=/tmp
3131
ENTRYPOINT ["/usr/local/bin/manager"]

0 commit comments

Comments
 (0)