1
0
Fork 1
mirror of https://example.com synced 2024-11-23 05:26:37 +09:00

chore(docker): Use node 14

This commit is contained in:
syuilo 2020-04-26 11:15:53 +09:00
parent 2bb0a61a89
commit 808c680184

View file

@ -1,4 +1,4 @@
FROM node:12.11.1-alpine AS base
FROM node:14.0.0-alpine AS base
ENV NODE_ENV=production