Skip to content

Commit 666ba63

Browse files
committed
Rebase to Alpine 3.19
Signed-off-by: Eric Nemchik <[email protected]>
1 parent 7c043d8 commit 666ba63

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ghcr.io/linuxserver/unrar:latest as unrar
44

5-
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
5+
FROM ghcr.io/linuxserver/baseimage-alpine:3.19
66

77
# set version label
88
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ghcr.io/linuxserver/unrar:arm64v8-latest as unrar
44

5-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
5+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
66

77
# set version label
88
ARG BUILD_DATE

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ available_architectures:
1212
param_container_name: "{{ project_name }}"
1313
param_usage_include_vols: true
1414
param_volumes:
15-
- {vol_path: "/config", vol_host_path: "/path/to/data", desc: "Medusa config"}
15+
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
1616
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Download location"}
1717
- {vol_path: "/tv", vol_host_path: "/path/to/tv/shows", desc: "TV Shows location"}
1818
param_usage_include_ports: true
@@ -26,6 +26,7 @@ app_setup_block_enabled: true
2626
app_setup_block: "Web interface is at `<your ip>:8081`. \n\nSet paths for downloads, tv-shows to match docker mappings via the webui, for more information check out [{{ project_name|capitalize }}]({{ project_url }}).\n"
2727
# changelog
2828
changelogs:
29+
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
2930
- {date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
3031
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
3132
- {date: "11.07.23:", desc: "Rebase to Alpine 3.18."}

0 commit comments

Comments
 (0)