We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521cdf3 commit f391274Copy full SHA for f391274
.travis.yml
@@ -11,4 +11,4 @@ git:
11
depth: 3
12
language: node_js
13
node_js:
14
- - "14.17.4"
+ - "14.17.5"
Dockerfile
@@ -1,6 +1,6 @@
1
# Used by Docker and Cloud Run
2
3
-FROM node:14.17.4-slim as build
+FROM node:14.17.5-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.17.4-slim as prod
+FROM node:14.17.5-slim as prod
RUN apt-get update -qq && apt-get upgrade -qq \
15
&& apt-get clean autoclean && apt-get autoremove -y \
0 commit comments