Skip to content
Open
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
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM alpine:3.12
FROM alpine:3.19.0

LABEL maintainer="[email protected]"

ENV NUT_VERSION 2.7.4
ENV NUT_VERSION 2.8.1

ENV UPS_NAME="ups"
ENV UPS_DESC="UPS"
Expand All @@ -27,7 +25,7 @@ RUN set -ex; \
; \
# download and extract
cd /tmp; \
wget http://www.networkupstools.org/source/2.7/nut-$NUT_VERSION.tar.gz; \
wget http://www.networkupstools.org/source/2.8/nut-$NUT_VERSION.tar.gz; \
tar xfz nut-$NUT_VERSION.tar.gz; \
cd nut-$NUT_VERSION \
; \
Expand Down