We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96f69c3 + 0433d3c commit 11aab34Copy full SHA for 11aab34
Dockerfile
@@ -9,7 +9,7 @@ COPY . .
9
10
RUN go mod download && make release
11
12
-FROM alpine:3.16.2
+FROM alpine:3.16.3
13
LABEL maintainer="SkynetLabs <[email protected]>"
14
15
COPY --from=builder /go/bin/malware-scanner /usr/bin/malware-scanner
0 commit comments