Skip to content

Commit

Permalink
fix: containers/fingerbank-db/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 10, 2025
1 parent 655fb1d commit 8838bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/fingerbank-db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${KNK_REGISTRY_URL}/pfdebian:${IMAGE_TAG}

RUN apt update && apt install fingerbank --reinstall

FROM alpine:3.19.4
FROM alpine:3.21.2

ARG FINGERBANK_BUILD_API_KEY

Expand Down

0 comments on commit 8838bad

Please sign in to comment.