From 6164293302bdabbcb9f779080043b6e3d7028bd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Aug 2022 00:57:47 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 237649f..1380294 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN go get -u github.com/Masterminds/glide && \ RUN cd statik && go generate && cd .. RUN go build -o /kuberos ./cmd/kuberos -FROM alpine:3.7 +FROM alpine:3.12.12 MAINTAINER Nic Cope RUN apk --no-cache add ca-certificates