Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jokob-sk/NetAlertX
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk committed May 30, 2024
2 parents 2dadae1 + 9589cfb commit b682b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19 as builder
FROM alpine:3.20 as builder

ARG INSTALL_DIR=/app

Expand All @@ -19,7 +19,7 @@ RUN pip install requests paho-mqtt scapy cron-converter pytz json2table dhcp-lea
&& bash -c "find ${INSTALL_DIR} -type f \( -name '*.sh' -o -name '*.py' -o -name 'speedtest-cli' \) -exec chmod 750 {} \;"

# second stage
FROM alpine:3.19 as runner
FROM alpine:3.20 as runner

ARG INSTALL_DIR=/app

Expand Down

0 comments on commit b682b7c

Please sign in to comment.