From 73e278f897fa7f7d0a514314ce72cc9150fee0df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 07:27:10 +0000 Subject: [PATCH] build(deps): bump node from 12.10.0-alpine to 12.11.0-alpine in /backend Bumps node from 12.10.0-alpine to 12.11.0-alpine. Signed-off-by: dependabot-preview[bot] --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index dc2e6da87..556b6c48e 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.10.0-alpine as base +FROM node:12.11.0-alpine as base LABEL Description="Backend of the Social Network Human-Connection.org" Vendor="Human Connection gGmbH" Version="0.0.1" Maintainer="Human Connection gGmbH (developer@human-connection.org)" EXPOSE 4000