Skip to content

Commit 86d3326

Browse files
committed
config: change node version 13 -> 12
1 parent 43b091a commit 86d3326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BUILD #
33
################################################
44

5-
FROM node:13-alpine AS Build
5+
FROM node:12-alpine AS Build
66

77
# Create app directory
88
WORKDIR /frontend
@@ -23,7 +23,7 @@ RUN npm run build
2323
# PRODUCTION #
2424
################################################
2525

26-
FROM node:13-alpine AS Package
26+
FROM node:12-alpine AS Package
2727

2828
# Create app directory
2929
WORKDIR /frontend

0 commit comments

Comments
 (0)