We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88c1f3 commit 2e39a72Copy full SHA for 2e39a72
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:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
19
20
RUN apk update && apk add git
21
0 commit comments