We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb48c0 commit f4736d0Copy full SHA for f4736d0
.travis.yml
@@ -11,4 +11,4 @@ git:
11
depth: 3
12
language: node_js
13
node_js:
14
- - "14.15.3"
+ - "14.17.1"
Dockerfile
@@ -1,6 +1,6 @@
1
# Used by Docker and Cloud Run
2
3
-FROM node:14.15.3-slim as build
+FROM node:14.17.1-slim as build
4
5
WORKDIR /crisp-react/server
6
COPY ./server/ .
@@ -9,7 +9,7 @@ WORKDIR /crisp-react/client
9
COPY ./client/ .
10
RUN yarn && yarn build:prod
-FROM node:14.15.3-slim as prod
+FROM node:14.17.1-slim as prod
RUN apt-get update -qq && apt-get upgrade -qq \
15
&& apt-get clean autoclean && apt-get autoremove -y \
0 commit comments