From 9ac78cfd1b37c5182c777d354746bdefb6864057 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Feb 2025 02:22:14 +0000 Subject: [PATCH] fix: yoshi/Dockerfile to reduce vulnerabilities --- yoshi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoshi/Dockerfile b/yoshi/Dockerfile index 7c3311e3..ce97e976 100644 --- a/yoshi/Dockerfile +++ b/yoshi/Dockerfile @@ -24,7 +24,7 @@ COPY dependencies /etc/plugin_templates # by leaving it empty we can ensure that the container and binary shipped on it will have the same platform. RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager main.go -FROM alpine:3.20 +FROM alpine:3.21.2 RUN apk add --no-cache bash RUN apk add --no-cache vim WORKDIR /