From a6c12c5b9d179e9eadf6f55e1d575d5c96ae0039 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jul 2023 15:46:24 +0000 Subject: [PATCH] fix: src/ishare-auth-provider/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5438697 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5438697 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5661570 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5661570 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5776809 --- src/ishare-auth-provider/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ishare-auth-provider/Dockerfile b/src/ishare-auth-provider/Dockerfile index eb904e46..10144bb3 100644 --- a/src/ishare-auth-provider/Dockerfile +++ b/src/ishare-auth-provider/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.3-alpine +FROM golang:1.21rc3-alpine ENV SERVER_PORT="8080" ENV CONFIGURATION_SERVICE_URL="http://endpoint-configuration-service:8080"