Skip to content

Commit cbad06d

Browse files
authored
Merge pull request #133 from satesate-dev/fix/docker-node-version
Fix - Docker NodeJS Version
2 parents 4df94a6 + aea769b commit cbad06d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
FROM node:14.15.3-alpine3.12
1+
FROM node:18.15.0-alpine3.17
22
WORKDIR /usr/src/app
33
COPY . .
44
RUN apk update && \
55
apk add --no-cache firefox-esr && \
6+
npm ci && \
67
npm install lodash && \
78
npm install --loglevel=error
89
EXPOSE 9005

0 commit comments

Comments
 (0)