Skip to content

Commit d26a0b4

Browse files
authored
Merge pull request #29 from TheSpad/3.15
2 parents bfa5c97 + 424bfa8 commit d26a0b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:3.14
1+
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
22
LABEL maintainer="Adam Beardwood"
33
ENV GETIPLAYER_PROFILE=/config/.get_iplayer
44
ENV PATH="${PATH:+${PATH}:}/app/get_iplayer"
@@ -43,7 +43,7 @@ RUN \
4343
/tmp/dotnet-install.sh -L \
4444
"https://dot.net/v1/dotnet-install.sh" && \
4545
chmod +x /tmp/dotnet-install.sh && \
46-
/tmp/dotnet-install.sh -c 5.0 --runtime dotnet --os linux-musl --install-dir /usr/share/dotnet && \
46+
/tmp/dotnet-install.sh --channel 5.0 --runtime dotnet --os linux-musl --install-dir /usr/share/dotnet && \
4747
rm /tmp/dotnet-install.sh
4848

4949
COPY root/ /

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ docker build \
178178

179179
## Versions
180180

181+
* **28.11.21:** - Rebase to Alpine 3.15
181182
* **17.06.21:** - Rebase to Alpine 3.14
182183
* **24.03.21:** - Added SonarrAutoImport
183184
* **02.03.21:** - Initial Release.

0 commit comments

Comments
 (0)