feat: azure ad auth (wip)
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| # ==================== | ||||
| # --- Build Assets --- | ||||
| # ==================== | ||||
| FROM node:10.15-alpine AS assets | ||||
| FROM node:10.16-alpine AS assets | ||||
|  | ||||
| RUN apk add yarn g++ make python --no-cache | ||||
|  | ||||
| @@ -23,7 +23,7 @@ RUN yarn --production --frozen-lockfile --non-interactive | ||||
| # =============== | ||||
| # --- Release --- | ||||
| # =============== | ||||
| FROM node:10.15-alpine | ||||
| FROM node:10.16-alpine | ||||
| LABEL maintainer="requarks.io" | ||||
|  | ||||
| RUN apk add bash curl git openssh gnupg sqlite --no-cache && \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user