Skip to content

Commit 87ebfa3

Browse files
Bump alpine from 3.16.3 to 3.19.1
Bumps alpine from 3.16.3 to 3.19.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11aab34 commit 87ebfa3

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.3
12+
FROM alpine:3.19.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)