Skip to content

Commit

Permalink
Merge pull request #688 from vladaurosh/main
Browse files Browse the repository at this point in the history
Update base docker image to alpine 3.20
  • Loading branch information
jokob-sk committed May 29, 2024
2 parents d604591 + 667b3b6 commit 9589cfb
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 9589cfb

Please sign in to comment.