diff --git a/backend/Dockerfile b/backend/Dockerfile index c3ca20ba6..6d3def015 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM node:15.3.0-alpine3.10 as base +FROM node:12.19.0-alpine3.10 as base LABEL Description="Backend of the Social Network ocelot.social" Vendor="ocelot.social Community" Version="0.0.1" Maintainer="ocelot.social Community (devops@ocelot.social)" EXPOSE 4000 diff --git a/webapp/Dockerfile b/webapp/Dockerfile index b0854fd82..5024ac2c6 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -1,4 +1,4 @@ -FROM node:15.3.0-alpine3.10 as base +FROM node:12.19.0-alpine3.10 as base LABEL Description="Web Frontend of the Social Network ocelot.social" Vendor="ocelot.social Community" Version="0.0.1" Maintainer="ocelot.social Community (devops@ocelot.social)" EXPOSE 3000 diff --git a/webapp/Dockerfile.maintenance b/webapp/Dockerfile.maintenance index 5c51fd68d..a688e0f82 100644 --- a/webapp/Dockerfile.maintenance +++ b/webapp/Dockerfile.maintenance @@ -1,4 +1,4 @@ -FROM node:15.3.0-alpine3.10 as build +FROM node:12.19.0-alpine3.10 as build LABEL Description="Maintenance page of the Social Network ocelot.social" Vendor="ocelot.social Community" Version="0.0.1" Maintainer="ocelot.social Community (devops@ocelot.social)" EXPOSE 3000