From 06c54b4a532a75fb1af8016c855a40f0e529f1b5 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Tue, 26 Oct 2021 18:01:34 +0100 Subject: [PATCH] feat: bump base image to match upnp, diag, config Bump to more up to date base image https://github.com/NebraLtd/helium-miner-software/issues/182 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3eafefa..71c3c92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ #################################################################################################### ########################### Stage: PktFwd Python App Builder ####################################### -FROM balenalib/raspberry-pi-debian-python:buster-build-20210705 as pktfwd-builder +FROM balenalib/raspberry-pi-debian-python:buster-build-20211014 as pktfwd-builder # Variables used internally to this stage ENV INPUT_DIR=/opt/input @@ -21,7 +21,7 @@ RUN pip3 install --target="$OUTPUT_DIR" --no-cache-dir -r requirements.txt ################################################################################################### ################################## Stage: runner ################################################## -FROM balenalib/raspberry-pi-debian-python:buster-run-20210705 as pktfwd-runner +FROM balenalib/raspberry-pi-debian-python:buster-run-20211014 as pktfwd-runner ENV ROOT_DIR=/opt