From 57187ae765859771800dd7e5ae40b15113f82410 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Tue, 13 Jul 2021 03:51:34 +0000
Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-1055465
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-538285
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-538286
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-546815
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-570870
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 0f108a1..dbf96b0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 # syntax=docker/dockerfile:experimental
 
-FROM node:12.8.1-stretch
+FROM node:erbium-stretch
 
 RUN \
   --mount=id=apt-cache,type=cache,target=/var/cache/apt \