From 0cf709573380b8a6b314e33421b4dee3d5c7d94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 23:01:48 +0200 Subject: [PATCH] Bump node from 15.14.0-alpine to 16.0.0-alpine (#64) Bumps node from 15.14.0-alpine to 16.0.0-alpine. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb055aa..9d86ea3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ WORKDIR /app ####################################### # image for creating the documentation ###################################### -FROM node:15.14.0-alpine as DOCS +FROM node:16.0.0-alpine as DOCS # install packages RUN apk add --update --no-cache bash make git zsh curl tmux