We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88c1f3 commit 654aae8Copy full SHA for 654aae8
1 file changed
Dockerfile
@@ -15,7 +15,7 @@ COPY internal ./internal/
15
# Statically compile with CGO disabled
16
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -v -o codeowners main.go
17
18
-FROM alpine:latest@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
+FROM alpine:latest@sha256:c69a6ff7c24d1ffa913798501d0e7104e0e9764e28eb44a930939f91ef829e64
19
20
RUN apk update && apk add git
21
0 commit comments