From 647e98b50eebc940ceff759f28fdb342895edff9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Jul 2022 04:19:33 +0000 Subject: [PATCH] fix: infra/build/developer-tools-light/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811 --- infra/build/developer-tools-light/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/developer-tools-light/Dockerfile b/infra/build/developer-tools-light/Dockerfile index 8a616bc284e..55f7331751b 100644 --- a/infra/build/developer-tools-light/Dockerfile +++ b/infra/build/developer-tools-light/Dockerfile @@ -19,7 +19,7 @@ ARG TERRAFORM_VERSION ENV TERRAFORM_VERSION ${TERRAFORM_VERSION} RUN /install-hashicorp-tool "terraform" "$TERRAFORM_VERSION" -FROM alpine:3.13 +FROM alpine:3.15 RUN apk update && apk add --no-cache \ bash \ git \