File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/linuxserver/baseimage-alpine:3.14
1
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.15
2
2
LABEL maintainer="Adam Beardwood"
3
3
ENV GETIPLAYER_PROFILE=/config/.get_iplayer
4
4
ENV PATH="${PATH:+${PATH}:}/app/get_iplayer"
43
43
/tmp/dotnet-install.sh -L \
44
44
"https://dot.net/v1/dotnet-install.sh" && \
45
45
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 && \
47
47
rm /tmp/dotnet-install.sh
48
48
49
49
COPY root/ /
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ docker build \
178
178
179
179
## Versions
180
180
181
+ * ** 28.11.21:** - Rebase to Alpine 3.15
181
182
* ** 17.06.21:** - Rebase to Alpine 3.14
182
183
* ** 24.03.21:** - Added SonarrAutoImport
183
184
* ** 02.03.21:** - Initial Release.
You can’t perform that action at this time.
0 commit comments