From 58695cf0b248c7da42c05a15ed3ca0f2fd682e62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Aug 2021 05:51:55 +0000 Subject: [PATCH] fix: Dockerfile.gateway to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 --- Dockerfile.gateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.gateway b/Dockerfile.gateway index 19986124..f21ed916 100644 --- a/Dockerfile.gateway +++ b/Dockerfile.gateway @@ -16,7 +16,7 @@ ADD . . RUN go build -o bin/gateway gateway/main.go -FROM alpine:3.10 +FROM alpine:3 WORKDIR /app