mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
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:
commit
cbb5f54a38
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user