This repository was archived by the owner on Apr 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:3.18
3+ FROM ghcr.io/linuxserver/baseimage-alpine:3.19
44
55# set version label
66ARG BUILD_DATE
4343 pip install -U --no-cache-dir \
4444 pip \
4545 wheel && \
46- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18 / -r requirements.txt && \
46+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19 / -r requirements.txt && \
4747 pip cache purge && \
4848 echo "**** cleanup ****" && \
4949 apk del --purge \
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
3+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
44
55# set version label
66ARG BUILD_DATE
4343 pip install -U --no-cache-dir \
4444 pip \
4545 wheel && \
46- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18 / -r requirements.txt && \
46+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19 / -r requirements.txt && \
4747 pip cache purge && \
4848 echo "**** cleanup ****" && \
4949 apk del --purge \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ param_env_vars:
2929 - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
3030param_usage_include_vols : true
3131param_volumes :
32- - { vol_path: "/config", vol_host_path: "/path/to/appdata /config", desc: "Local path for plex-meta-manager config files. " }
32+ - { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }} /config", desc: "Persistent config files" }
3333param_usage_include_ports : false
3434param_device_map : false
3535cap_add_param : false
@@ -61,6 +61,7 @@ app_setup_block: |
6161
6262# changelog
6363changelogs :
64+ - { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
6465 - { date: "10.06.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
6566 - { date: "05.03.23:", desc: "Add nightly branch." }
6667 - { date: "11.12.22:", desc: "Rebase develop to Alpine 3.17." }
You can’t perform that action at this time.
0 commit comments