Skip to content
Snippets Groups Projects

build(deps): bump node from 12.12.0-alpine to 13.6.0-alpine in /backend

Closed Hannes Heine requested to merge pr2710head into pr2710base
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
FROM node:12.12.0-alpine as base
FROM node:13.6.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
Loading