We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bee90c + 5e987a0 commit 244e196Copy full SHA for 244e196
images/openwisp_nginx/Dockerfile
@@ -1,10 +1,11 @@
1
-FROM nginx:1.29.0-alpine
+FROM nginx:1.29.1-alpine
2
3
+# hadolint ignore=DL3018
4
RUN apk add --update --no-cache \
- openssl~=3.5.3-r1 \
5
py3-pip~=25.1.1-r0 \
6
certbot~=4.0.0-r0 \
7
- certbot-nginx~=4.0.0-r1 && \
+ certbot-nginx~=4.0.0-r1 \
8
+ openssl && \
9
rm -rf /var/cache/apk/* /tmp/*
10
11
WORKDIR /etc/nginx/
images/openwisp_postfix/Dockerfile
FROM alpine:3.22
WORKDIR /opt/openwisp/
RUN apk add --no-cache --upgrade \
cyrus-sasl~=2.1.28-r8 \
- cyrus-sasl-login~=2.1.28-r8 && \
+ cyrus-sasl-login~=2.1.28-r8 \
apk add --no-cache \
postfix~=3.10.4-r0 \
rsyslog~=8.2410.0-r1 \
0 commit comments