Skip to content

Commit 11aab34

Browse files
authored
Merge pull request #38 from SkynetLabs/dependabot/docker/alpine-3.16.3
Bump alpine from 3.16.2 to 3.16.3
2 parents 96f69c3 + 0433d3c commit 11aab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . .
99

1010
RUN go mod download && make release
1111

12-
FROM alpine:3.16.2
12+
FROM alpine:3.16.3
1313
LABEL maintainer="SkynetLabs <[email protected]>"
1414

1515
COPY --from=builder /go/bin/malware-scanner /usr/bin/malware-scanner

0 commit comments

Comments
 (0)