Skip to content

Commit da6e49a

Browse files
authored
Merge pull request #17 from SkynetLabs/dependabot/docker/alpine-3.15.1
Bump alpine from 3.15.0 to 3.15.1
2 parents 89b1c88 + 40da768 commit da6e49a

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.15.0
12+
FROM alpine:3.15.1
1313
LABEL maintainer="SkynetLabs <[email protected]>"
1414

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

0 commit comments

Comments
 (0)