Skip to content

Commit 244e196

Browse files
Merge branch 'master' into issues/490-openvpn-disable-fix
2 parents 4bee90c + 5e987a0 commit 244e196

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

images/openwisp_nginx/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
FROM nginx:1.29.0-alpine
1+
FROM nginx:1.29.1-alpine
22

3+
# hadolint ignore=DL3018
34
RUN apk add --update --no-cache \
4-
openssl~=3.5.3-r1 \
55
py3-pip~=25.1.1-r0 \
66
certbot~=4.0.0-r0 \
7-
certbot-nginx~=4.0.0-r1 && \
7+
certbot-nginx~=4.0.0-r1 \
8+
openssl && \
89
rm -rf /var/cache/apk/* /tmp/*
910

1011
WORKDIR /etc/nginx/

images/openwisp_postfix/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
FROM alpine:3.22
22

33
WORKDIR /opt/openwisp/
4+
# hadolint ignore=DL3018
45
RUN apk add --no-cache --upgrade \
5-
openssl~=3.5.3-r1 \
66
cyrus-sasl~=2.1.28-r8 \
7-
cyrus-sasl-login~=2.1.28-r8 && \
7+
cyrus-sasl-login~=2.1.28-r8 \
8+
openssl && \
89
apk add --no-cache \
910
postfix~=3.10.4-r0 \
1011
rsyslog~=8.2410.0-r1 \

0 commit comments

Comments
 (0)