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