Browse Source

chore: Bump nginx version to newest (#3811)

Bump nginx version to newest.
vanilla_orig
Denys Holius 4 years ago
parent
commit
e7cbb859f0
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

10
 COPY . .
10
 COPY . .
11
 RUN yarn build:app:docker
11
 RUN yarn build:app:docker
12
 
12
 
13
-FROM nginx:1.17-alpine
13
+FROM nginx:1.21-alpine
14
 
14
 
15
 COPY --from=build /opt/node_app/build /usr/share/nginx/html
15
 COPY --from=build /opt/node_app/build /usr/share/nginx/html
16
 
16
 

Loading…
Cancel
Save