Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/dovecot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM instantlinux/postfix:3.10.5-r0
FROM instantlinux/postfix:3.10.8-r0

ARG BUILD_DATE
ARG VCS_REF
Expand Down
5 changes: 3 additions & 2 deletions images/nut-upsd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ HEALTHCHECK CMD upsc $NAME@localhost:3493 2>&1|grep -q stale && \
RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' \
>>/etc/apk/repositories && \
apk add --no-cache dash && \
apk add --update --no-cache nut@edge=$NUT_VERSION \
apk add --update --no-cache nut=$NUT_VERSION \
busybox curl linux-pam \
libcrypto3 libssl3 \
libusb musl net-snmp-libs util-linux
libusb musl@edge net-snmp-libs util-linux \
musl-utils@edge nghttp2-libs@edge

EXPOSE 3493
COPY entrypoint.sh /usr/local/bin/
Expand Down
Loading