Skip to content

Commit

Permalink
Backend: Upgrade NodeJS to v14.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
winwiz1 committed Aug 28, 2021
1 parent 521cdf3 commit f391274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ git:
depth: 3
language: node_js
node_js:
- "14.17.4"
- "14.17.5"
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Used by Docker and Cloud Run

FROM node:14.17.4-slim as build
FROM node:14.17.5-slim as build

WORKDIR /crisp-react/server
COPY ./server/ .
Expand All @@ -9,7 +9,7 @@ WORKDIR /crisp-react/client
COPY ./client/ .
RUN yarn && yarn build:prod

FROM node:14.17.4-slim as prod
FROM node:14.17.5-slim as prod

RUN apt-get update -qq && apt-get upgrade -qq \
&& apt-get clean autoclean && apt-get autoremove -y \
Expand Down

0 comments on commit f391274

Please sign in to comment.