From 2a61b0089f31c9ec407c290e38baa1c132303a05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Apr 2022 23:04:54 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-LIBRETLS-2428776 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2434420 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79f4aa8..b5e0ee1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.13-alpine AS base +FROM node:16.14.2-alpine AS base MAINTAINER Caian R. Ertl WORKDIR /usr/msgboi