From f9e55a21105f15c6d8da53fb408a638a13b1b75c Mon Sep 17 00:00:00 2001 From: Ben Williams Date: Sat, 25 May 2024 13:09:12 -0700 Subject: [PATCH] Updating to OSCAR 1.5.3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7de50df..683f397 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,9 +24,9 @@ RUN apt-get update -y && \ rm -rf /var/lib/apt/lists RUN if [ "${TARGETARCH}" = "arm64" ]; then \ - wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.1-RasPiOS-11_arm64.deb; \ + wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.3-RasPiOS-12_arm64.deb; \ else \ - wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.1-RasPiOS-11_armhf.deb; \ + wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.3-RasPiOS-12_armhf.deb; \ fi RUN apt-get update -y && \