From 4de284ca36b0245130cfeeddb96b0534eecd3cb8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2019 04:30:49 +0000 Subject: [PATCH] Bump node from 12.7-alpine to 12.8-alpine in /webapp Bumps node from 12.7-alpine to 12.8-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 cad4c171d..acd7a76ff 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.7-alpine as base +FROM node:12.8-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