Skip to content

Commit 89a45fb

Browse files
authored
Update pinned versions (#4)
1 parent 4419d84 commit 89a45fb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Dockerfile

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
FROM alpine:3.19.1
1+
FROM alpine:3.20.2
22

33
RUN \
44
# Update and install system applications
55
apk add --update --no-cache \
6-
bind-tools=9.18.24-r1 \
7-
certbot=2.7.4-r0 \
8-
curl=8.5.0-r0 \
9-
libcap=2.69-r1 \
10-
lua-resty-core=0.1.27-r0 \
11-
nginx=1.24.0-r16 \
12-
nginx-mod-http-fancyindex=1.24.0-r16 \
13-
nginx-mod-http-headers-more=1.24.0-r16 \
14-
nginx-mod-http-lua=1.24.0-r16 \
15-
openssl=3.1.4-r6 \
16-
shadow=4.14.2-r0 \
17-
tini=0.19.0-r2 && \
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 \
17+
tini=0.19.0-r3 && \
1818
# Remove default NGINX vHosts and websites
1919
rm -f /etc/nginx/sites-enabled/default && \
2020
rm -f /etc/nginx/sites-available/default && \

0 commit comments

Comments
 (0)