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 1
1
# syntax=docker/dockerfile:1
2
2
3
- FROM ghcr.io/linuxserver/baseimage-alpine:3.18
3
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.19
4
4
5
5
# set version label
6
6
ARG BUILD_DATE
43
43
pip install -U --no-cache-dir \
44
44
pip \
45
45
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 && \
47
47
pip cache purge && \
48
48
echo "**** cleanup ****" && \
49
49
apk del --purge \
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
3
+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
4
4
5
5
# set version label
6
6
ARG BUILD_DATE
43
43
pip install -U --no-cache-dir \
44
44
pip \
45
45
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 && \
47
47
pip cache purge && \
48
48
echo "**** cleanup ****" && \
49
49
apk del --purge \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ param_env_vars:
29
29
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
30
30
param_usage_include_vols : true
31
31
param_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" }
33
33
param_usage_include_ports : false
34
34
param_device_map : false
35
35
cap_add_param : false
@@ -61,6 +61,7 @@ app_setup_block: |
61
61
62
62
# changelog
63
63
changelogs :
64
+ - { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
64
65
- { date: "10.06.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
65
66
- { date: "05.03.23:", desc: "Add nightly branch." }
66
67
- { date: "11.12.22:", desc: "Rebase master to Alpine 3.17." }
You can’t perform that action at this time.
0 commit comments