Skip to content

Commit 1353d03

Browse files
committed
[deps] Updated nginx to nginx:1.29.0-alpine
1 parent e4cd912 commit 1353d03

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

images/openwisp_nginx/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM nginx:1.27.5-alpine
1+
FROM nginx:1.29.0-alpine
22

33
RUN apk add --update --no-cache \
4-
openssl~=3.3.3-r0 \
5-
py3-pip~=24.3.1-r0 \
6-
certbot~=3.0.1-r0 \
7-
certbot-nginx~=3.0.1-r0 && \
4+
openssl~=3.5.1-r0 \
5+
py3-pip~=25.1.1-r0 \
6+
certbot~=4.0.0-r0 \
7+
certbot-nginx~=4.0.0-r1 && \
88
rm -rf /var/cache/apk/* /tmp/*
99

1010
WORKDIR /etc/nginx/

0 commit comments

Comments
 (0)