Skip to content

Commit 55f8030

Browse files
committed
[deps] Bumped dependencies in Nginx, FreeRADIUS and Postfix images
1 parent 2fe3a18 commit 55f8030

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

images/openwisp_freeradius/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM freeradius/freeradius-server:3.2.7-alpine
22

33
# hadolint ignore=DL3018
44
RUN apk add --no-cache --update tzdata~=2024b-r1 \
5-
postgresql17-client~=17.5-r0 && \
5+
postgresql17-client~=17.6-r0 && \
66
rm -rf /var/cache/apk/* /tmp/*
77

88
RUN addgroup -S freerad && \

images/openwisp_nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM nginx:1.29.0-alpine
22

33
RUN apk add --update --no-cache \
4-
openssl~=3.5.1-r0 \
4+
openssl~=3.5.2-r0 \
55
py3-pip~=25.1.1-r0 \
66
certbot~=4.0.0-r0 \
77
certbot-nginx~=4.0.0-r1 && \

images/openwisp_postfix/Dockerfile

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

33
WORKDIR /opt/openwisp/
44
RUN apk add --no-cache --upgrade \
5-
openssl~=3.5.1-r0 \
5+
openssl~=3.5.2-r0 \
66
cyrus-sasl~=2.1.28-r8 \
77
cyrus-sasl-login~=2.1.28-r8 && \
88
apk add --no-cache \
9-
postfix~=3.10.3-r0 \
9+
postfix~=3.10.4-r0 \
1010
rsyslog~=8.2410.0-r1 \
1111
tzdata~=2025b-r0 && \
1212
rm -rf /tmp/* /var/cache/apk/*

0 commit comments

Comments
 (0)