Skip to content

Commit 2ab5bf7

Browse files
authored
Merge pull request #31 from rogerrum/rogerrum-patch-4
Oscar Version 1.7.0
2 parents 20a75cf + 8b3d3e8 commit 2ab5bf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG TARGETPLATFORM
44
ARG TARGETARCH
55
ARG TARGETVARIANT
66

7-
ARG OSCAR_VERSION=1.6.1
7+
ARG OSCAR_VERSION=1.7.0
88

99
RUN printf '%s' "Building for TARGETPLATFORM=${TARGETPLATFORM}" \
1010
&& printf '%s' ", TARGETARCH=${TARGETARCH}" \
@@ -14,9 +14,9 @@ RUN apt-get update -y && \
1414
apt-get install -y --no-install-recommends wget cron
1515

1616
RUN if [ "${TARGETARCH}" = "arm64" ]; then \
17-
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/${OSCAR_VERSION}/oscar_${OSCAR_VERSION}-RasPiOS-12_arm64.deb; \
18-
else \
19-
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/${OSCAR_VERSION}/oscar_${OSCAR_VERSION}-Debian12_amd64.deb; \
17+
wget -q -O /tmp/oscar.deb https://www.sleepfiles.com/OSCAR/${OSCAR_VERSION}/oscar_${OSCAR_VERSION}-RasPiOS-12_arm64-Qt5.deb; \
18+
else \
19+
wget -q -O /tmp/oscar.deb https://www.sleepfiles.com/OSCAR/${OSCAR_VERSION}/oscar_${OSCAR_VERSION}-Debian12_amd64-Qt5.deb; \
2020
fi
2121

2222
RUN apt install -y /tmp/oscar.deb && \

0 commit comments

Comments
 (0)