From 0cbc2d883ee687cbfcdbde54c7d0d1eb21ad7508 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Sep 2021 08:18:14 +0000 Subject: [PATCH] fix: rootfs/Dockerfile.experimental to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 --- rootfs/Dockerfile.experimental | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile.experimental b/rootfs/Dockerfile.experimental index 0fa9254ee26..d7daf8af99a 100644 --- a/rootfs/Dockerfile.experimental +++ b/rootfs/Dockerfile.experimental @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.10 +FROM alpine:3.13.6 RUN apk add --no-cache ca-certificates