Skip to content

Commit 1aaeedf

Browse files
authored
ci: fix docker ci (#1897)
1 parent 82b636a commit 1aaeedf

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
@@ -1,6 +1,6 @@
11
#
22
# --- Base Node Image ---
3-
FROM node:lts-alpine AS base
3+
FROM node:14-alpine AS base
44

55
RUN apk update; \
66
apk add git;
@@ -23,7 +23,7 @@ RUN npm run prepare && npm run build
2323

2424
#
2525
# --- Production Image ---
26-
FROM node:lts-alpine AS release
26+
FROM node:14-alpine AS release
2727
WORKDIR /src
2828

2929
# Copy production node_modules

0 commit comments

Comments
 (0)