Merge pull request #1835 from Human-Connection/dependabot/docker/webapp/node-12.11.1-alpine

build(deps): bump node from 12.11.0-alpine to 12.11.1-alpine in /webapp
This commit is contained in:
mattwr18 2019-10-09 10:29:21 +02:00 committed by GitHub
commit cbb5f54a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:12.11.0-alpine as base
FROM node:12.11.1-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

View File

@ -1,4 +1,4 @@
FROM node:12.11.0-alpine as build
FROM node:12.11.1-alpine as build
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