Skip to content
Snippets Groups Projects

build(deps): bump node from 13.0.1-alpine to 13.1.0-alpine in /webapp

Closed Hannes Heine requested to merge pr2180head into pr2180base
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
FROM node:13.0.1-alpine as base
FROM node:13.1.0-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
Loading