From 3e0ad30a63369eedb5c0249eaff3332b7172b48a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Mar 2022 00:26:38 +0000 Subject: [PATCH] fix: single-container/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-LIBRETLS-2428776 --- single-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single-container/Dockerfile b/single-container/Dockerfile index 54403e3..56b3527 100644 --- a/single-container/Dockerfile +++ b/single-container/Dockerfile @@ -1,6 +1,6 @@ # Test web app that returns the name of the host/pod/container servicing req # Linux x64 -FROM node:current-alpine +FROM node:17.8-alpine3.15 LABEL org.opencontainers.image.title="Hello Docker !" \ org.opencontainers.image.description="Web server showing host that responded" \