Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot-preview[bot] b8bd2b9760
Bump node from 14.15.5-alpine3.13 to 15.12.0-alpine3.13
Bumps node from 14.15.5-alpine3.13 to 15.12.0-alpine3.13.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-19 20:17:37 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:14.15.5-alpine3.13 AS base
FROM node:15.12.0-alpine3.13 AS base
ENV NODE_ENV=production