Merge pull request #1826 from Human-Connection/dependabot/docker/backend/node-12.11.0-alpine

build(deps): bump node from 12.10.0-alpine to 12.11.0-alpine in /backend
This commit is contained in:
mattwr18 2019-10-07 12:45:40 +02:00 committed by GitHub
commit 1bf87f937e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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