From bf9d4415e4d38cedd41f4e0033b7157f8fbae2bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Apr 2022 07:16:18 +0000 Subject: [PATCH] fix: debug.dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 --- debug.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.dockerfile b/debug.dockerfile index 96d04af..d0838a4 100644 --- a/debug.dockerfile +++ b/debug.dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.15.4 RUN apk --no-cache --update add bash wget ca-certificates WORKDIR /