Fix node version to 'node:12.19.0-alpine3.10'

- Changed from 'node:lts-alpine' to 'node:12.19.0-alpine3.10'.
This commit is contained in:
Wolfgang Huß 2020-11-03 13:02:24 +01:00
parent 47e97f2ad9
commit 844da649f0
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:lts-alpine as base
FROM node:12.19.0-alpine3.10 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

View File

@ -1,4 +1,4 @@
FROM node:lts-alpine as base
FROM node:12.19.0-alpine3.10 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

View File

@ -1,4 +1,4 @@
FROM node:lts-alpine as build
FROM node:12.19.0-alpine3.10 as build
LABEL Description="Maintenance page 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