From c029e404afc9f77f96205656e200ede70f1574c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Feb 2025 05:38:54 +0000 Subject: [PATCH] fix: containers/fingerbank-db/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202 --- containers/fingerbank-db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/fingerbank-db/Dockerfile b/containers/fingerbank-db/Dockerfile index b9220728cc10..44431bbf8731 100644 --- a/containers/fingerbank-db/Dockerfile +++ b/containers/fingerbank-db/Dockerfile @@ -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.19.6 ARG FINGERBANK_BUILD_API_KEY