From f6fa9852b5ef86a511d429fca9466803939bc349 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Sep 2023 18:36:54 +0000 Subject: [PATCH] fix: backend/api/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-EXPAT-2406128 - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-2340923 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-1063178 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 --- backend/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/Dockerfile b/backend/api/Dockerfile index e7092c293dd..ae132628176 100644 --- a/backend/api/Dockerfile +++ b/backend/api/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Generate client code (go & json) from API protocol buffers -FROM golang:1.15.10 as generator +FROM golang:1.21.0 as generator ENV GRPC_GATEWAY_VERSION v1.9.0 ENV GO_SWAGGER_VERSION v0.18.0 ENV GOLANG_PROTOBUF_VERSION v1.5.1