ezhizao_zx 8 months ago
parent
commit
16a0b241ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # 基础镜像
 # 基础镜像
-FROM nginx:1.22
+FROM nginx:1.23
 
 
 # 复制 nginx  配置文件
 # 复制 nginx  配置文件
 COPY ./nginx.conf /etc/nginx/nginx.conf
 COPY ./nginx.conf /etc/nginx/nginx.conf