From b79df48de2897e2e33246cefb0e60a0f22e3d288 Mon Sep 17 00:00:00 2001 From: Ben Williams Date: Sun, 19 Nov 2023 15:01:13 -0800 Subject: [PATCH] Update to Oscar 1.5.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1294f55..f26e676 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.4.0-RasPiOS-11_arm64.deb; \ + wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.1-RasPiOS-11_arm64.deb; \ else \ - wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.4.0-RasPiOS-11_armhf.deb; \ + wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.1-RasPiOS-11_armhf.deb \ fi RUN apt-get update -y && \