diff --git a/Dockerfile.bookworm b/Dockerfile.bookworm index 86630cb3d..7c129cac0 100644 --- a/Dockerfile.bookworm +++ b/Dockerfile.bookworm @@ -1,9 +1,9 @@ # Build for raspberry pi # docker buildx build --platform linux/arm/v7 --progress=plain -t theyosh/terrariumpi:4.0.0 -f Dockerfile --push . -# build sispmctl 4.11 +# build sispmctl 4.12 FROM gcc:12-bookworm as sispmctl_builder -ARG SISPMCTL_VERSION="4.11" +ARG SISPMCTL_VERSION="4.12" WORKDIR /sispmctl RUN apt-get update \ && apt-get install -y --no-install-recommends libusb-dev \ diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 3be4e5c50..081917e7e 100644 --- a/Dockerfile.bullseye +++ b/Dockerfile.bullseye @@ -1,9 +1,9 @@ # Build for raspberry pi # docker buildx build --platform linux/arm/v7 --progress=plain -t theyosh/terrariumpi:4.0.0 -f Dockerfile --push . -# build sispmctl 4.11 +# build sispmctl 4.12 FROM gcc:10-bullseye as sispmctl_builder -ARG SISPMCTL_VERSION="4.11" +ARG SISPMCTL_VERSION="4.12" WORKDIR /sispmctl RUN apt-get update \ && apt-get install -y --no-install-recommends libusb-dev \ diff --git a/Dockerfile.buster b/Dockerfile.buster index bc6e9bf8d..1674f9290 100644 --- a/Dockerfile.buster +++ b/Dockerfile.buster @@ -1,9 +1,9 @@ # Build for raspberry pi # docker buildx build --platform linux/arm/v7 --progress=plain -t theyosh/terrariumpi:4.0.0 -f Dockerfile --push . -# build sispmctl 4.11 +# build sispmctl 4.12 FROM gcc:10-buster as sispmctl_builder -ARG SISPMCTL_VERSION="4.11" +ARG SISPMCTL_VERSION="4.12" WORKDIR /sispmctl RUN apt-get update \ && apt-get install -y --no-install-recommends libusb-dev \