Skip to content

Commit

Permalink
Update sispmctl version to 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jul 27, 2024
1 parent 530bde1 commit 72cf20e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.bookworm
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.bullseye
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.buster
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 72cf20e

Please sign in to comment.