File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN set -x \
32
32
&& git clone -b V1.1.28 https://github.com/happyfish100/libserverframe.git --depth 1 \
33
33
&& git clone -b V6.09 https://github.com/happyfish100/fastdfs.git --depth 1 \
34
34
&& git clone -b V1.23 https://github.com/happyfish100/fastdfs-nginx-module.git --depth 1 \
35
- && wget http ://nginx.org/download/nginx-1.22.1 .tar.gz
35
+ && wget https ://nginx.org/download/nginx-1.26.2 .tar.gz
36
36
# build libfastcommon / libserverframe / fastdfs
37
37
RUN set -x \
38
38
&& mkdir /home/dfs \
Original file line number Diff line number Diff line change 1
1
#基础镜像
2
- FROM alpine:3.17.2
2
+ FROM alpine:3.20
3
3
4
4
#环境变量
5
5
ENV TZ "Asia/Shanghai"
@@ -21,7 +21,7 @@ RUN set -x \
21
21
&& git clone -b V1.1.28 https://github.com/happyfish100/libserverframe.git --depth 1 \
22
22
&& git clone -b V6.09 https://github.com/happyfish100/fastdfs.git --depth 1 \
23
23
&& git clone -b V1.23 https://github.com/happyfish100/fastdfs-nginx-module.git --depth 1 \
24
- && wget http ://nginx.org/download/nginx-1.22.1 .tar.gz
24
+ && wget https ://nginx.org/download/nginx-1.26.2 .tar.gz
25
25
# build libfastcommon / libserverframe / fastdfs
26
26
RUN set -x \
27
27
&& mkdir /home/dfs \
You can’t perform that action at this time.
0 commit comments