From c3bf51223eec44cdd1c1d89220d3ac86771a92f1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 06:27:13 +0000 Subject: [PATCH] Bump node from 12.15.0-alpine to 12.16.0-alpine in /alpine Bumps node from 12.15.0-alpine to 12.16.0-alpine. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index f6f83e2..8105a4c 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.15.0-alpine +FROM node:12.16.0-alpine # Build arguments to change source url, branch or tag ARG CODIMD_REPOSITORY=https://github.com/codimd/server.git -- GitLab