From a646b0d19e103d6b544a3d8c9dc0a6d0c3d54426 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 04:25:23 +0000 Subject: [PATCH] Bump node from 12.9-alpine to 12.10.0-alpine in /webapp Bumps node from 12.9-alpine to 12.10.0-alpine. Signed-off-by: dependabot-preview[bot] --- webapp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/Dockerfile b/webapp/Dockerfile index 4b219d2fe..cf9c4c698 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.9-alpine as base +FROM node:12.10.0-alpine as base LABEL Description="Web Frontend of the Social Network Human-Connection.org" Vendor="Human-Connection gGmbH" Version="0.0.1" Maintainer="Human-Connection gGmbH (developer@human-connection.org)" EXPOSE 3000