Skip to content

Commit 54086e9

Browse files
Bump alpine from 3.15.1 to 3.15.3 (#20)
Bumps alpine from 3.15.1 to 3.15.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60a6d4e commit 54086e9

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.1
12+
FROM alpine:3.15.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)