Merge pull request #1837 from Human-Connection/dependabot/docker/backend/node-12.11.1-alpine

build(deps): bump node from 12.11.0-alpine to 12.11.1-alpine in /backend
This commit is contained in:
mattwr18 2019-10-09 17:14:14 +02:00 committed by GitHub
commit e553d397a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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