From ec58c1b18c8a2d9de072a55c92015c88b36b78f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jul 2024 07:06:41 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6913413 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928845 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928846 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928846 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928847 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e28b706..6deb889 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.1 AS builder +FROM alpine:3.19 AS builder ARG VERSION=1.21.0 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] @@ -24,7 +24,7 @@ RUN ./autogen.sh \ && make \ && make install -FROM alpine:3.19.1 +FROM alpine:3.19 LABEL maintainer="Verdigris Technologies "