Kaynağa Gözat

chore: Bump nginx version to newest (#3811)

Bump nginx version to newest.
vanilla_orig
Denys Holius 3 yıl önce
ebeveyn
işleme
e7cbb859f0
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Dosyayı Görüntüle

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

Loading…
İptal
Kaydet