Skip to content

Commit

Permalink
chore(dockerfile): update alpine docker tag to v3.21 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 73db9e8 commit 2bdad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN make envtest \
&& CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager main.go

# Create final image
FROM alpine:3.20
FROM alpine:3.21
WORKDIR /
ENV GNUPGHOME=/tmp
ENTRYPOINT ["/usr/local/bin/manager"]
Expand Down

0 comments on commit 2bdad4c

Please sign in to comment.