File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.20.2
1
+ FROM alpine:3.21.0
2
2
3
3
RUN \
4
4
# Update and install system applications
5
5
apk add --update --no-cache \
6
- bind-tools=9.18.27 -r0 \
7
- certbot=2.10.0-r1 \
8
- curl=8.9 .1-r1 \
9
- libcap=2.70 -r0 \
10
- lua-resty-core=0.1.28 -r0 \
11
- nginx=1.26.2-r0 \
12
- nginx-mod-http-fancyindex=1.26.2-r0 \
13
- nginx-mod-http-headers-more=1.26.2-r0 \
14
- nginx-mod-http-lua=1.26.2-r0 \
15
- openssl=3.3.1-r3 \
16
- shadow=4.15.1-r0 \
6
+ bind-tools=9.18.32 -r0 \
7
+ certbot=3.0.1-r0 \
8
+ curl=8.11 .1-r0 \
9
+ libcap=2.71 -r0 \
10
+ lua-resty-core=0.1.29 -r0 \
11
+ nginx=1.26.2-r3 \
12
+ nginx-mod-http-fancyindex=1.26.2-r3 \
13
+ nginx-mod-http-headers-more=1.26.2-r3 \
14
+ nginx-mod-http-lua=1.26.2-r3 \
15
+ openssl=3.3.2-r4 \
16
+ shadow=4.16.0-r1 \
17
17
tini=0.19.0-r3 && \
18
18
# Remove default NGINX vHosts and websites
19
19
rm -f /etc/nginx/sites-enabled/default && \
You can’t perform that action at this time.
0 commit comments