Skip to content

Commit d2ad187

Browse files
authored
Merge pull request #24 from linuxserver-labs/3.21
rebase to alpine 3.21
2 parents 4f40cbe + 797f556 commit d2ad187

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/call-baseimage-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
repo_owner: ${{ github.repository_owner }}
1313
baseimage: "alpine"
14-
basebranch: "3.20"
14+
basebranch: "3.21"
1515
app_name: "plextraktsync"
1616
secrets:
1717
repo_release_token: ${{ secrets.repo_release_token }}

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.20
1+
FROM ghcr.io/linuxserver/baseimage-alpine:3.21
22

33
ARG BUILD_DATE
44
ARG VERSION
@@ -25,7 +25,7 @@ RUN \
2525
pip install -U --no-cache-dir \
2626
pip \
2727
wheel && \
28-
pip install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
28+
pip install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ \
2929
PlexTraktSync==${APP_VERSION} && \
3030
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
3131
echo "**** clean up ****" && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
197197

198198
## Versions
199199

200-
* **07.05.25:** - Add ̀`sync` command to `plextraktsync` in cron file per deprecation warning of running without a command.
200+
* **07.05.25:** - Rebase to alpine 3.21. Add ̀`sync` command to `plextraktsync` in cron file per deprecation warning of running without a command.
201201
* **28.05.24:** - Rebase to alpine 3.20.
202202
* **16.05.23:** - Rebase to alpine 3.18, deprecate arm32v7 (armhf) per [this notice](https://info.linuxserver.io/issues/2023-05-06-armhf/).
203203
* **24.07.22:** - Check for `config.yml` instead of the deprecated `config.json`.

0 commit comments

Comments
 (0)