From 7eee3de711f3815f7a9bab40bcc9d0df7d9a80f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jul 2023 19:09:09 +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 5f1d16c..2fec5c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN dep ensure RUN go build -o ${APPNAME} -FROM alpine:3.7 +FROM alpine:3.14 ARG APPNAME=rabbitmq-api ENV APPNAME ${APPNAME}