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