Skip to content

Commit

Permalink
Bump alpine from 3.16.3 to 3.19.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 11aab34 commit 87ebfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .

RUN go mod download && make release

FROM alpine:3.16.3
FROM alpine:3.19.1
LABEL maintainer="SkynetLabs <[email protected]>"

COPY --from=builder /go/bin/malware-scanner /usr/bin/malware-scanner
Expand Down

0 comments on commit 87ebfa3

Please sign in to comment.