Skip to content

Commit 3aae2b8

Browse files
committed
升级nginx版本
1 parent bd30b6e commit 3aae2b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN set -x \
3232
&& git clone -b V1.1.28 https://github.com/happyfish100/libserverframe.git --depth 1 \
3333
&& git clone -b V6.09 https://github.com/happyfish100/fastdfs.git --depth 1 \
3434
&& 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
3636
# build libfastcommon / libserverframe / fastdfs
3737
RUN set -x \
3838
&& mkdir /home/dfs \

Dockerfile-alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#基础镜像
2-
FROM alpine:3.17.2
2+
FROM alpine:3.20
33

44
#环境变量
55
ENV TZ "Asia/Shanghai"
@@ -21,7 +21,7 @@ RUN set -x \
2121
&& git clone -b V1.1.28 https://github.com/happyfish100/libserverframe.git --depth 1 \
2222
&& git clone -b V6.09 https://github.com/happyfish100/fastdfs.git --depth 1 \
2323
&& 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
2525
# build libfastcommon / libserverframe / fastdfs
2626
RUN set -x \
2727
&& mkdir /home/dfs \

0 commit comments

Comments
 (0)