File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM freeradius/freeradius-server:3.2.7-alpine
22
33# hadolint ignore=DL3018
44RUN 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
88RUN addgroup -S freerad && \
Original file line number Diff line number Diff line change 11FROM nginx:1.29.0-alpine
22
33RUN 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 && \
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ FROM alpine:3.22
22
33WORKDIR /opt/openwisp/
44RUN 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/*
You can’t perform that action at this time.
0 commit comments