File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 1- FROM ghcr.io/linuxserver/baseimage-alpine:3.20
1+ FROM ghcr.io/linuxserver/baseimage-alpine:3.21
22
33ARG BUILD_DATE
44ARG VERSION
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}\n Build-date: ${BUILD_DATE}" > /build_version && \
3131 echo "**** clean up ****" && \
Original file line number Diff line number Diff 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 ` .
You can’t perform that action at this time.
0 commit comments