Skip to content

Commit b01e78b

Browse files
authored
Merge pull request #56 from linuxserver/3.19
Rebase to Alpine 3.19
2 parents 1229844 + 6bee58c commit b01e78b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
ARG BUILD_DATE

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ param_env_vars:
2727
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
2828
param_usage_include_vols: true
2929
param_volumes:
30-
- { vol_path: "/config", vol_host_path: "</path/to/appdata/config>", desc: "Configuration files." }
30+
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
3131
param_usage_include_ports: true
3232
param_ports:
3333
- { external_port: "9000", internal_port: "9000", port_desc: "Application WebUI" }
@@ -64,6 +64,7 @@ app_setup_block: |
6464
# changelog
6565

6666
changelogs:
67+
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
6768
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
6869
- { date: "18.12.22:", desc: "Rebasing master to alpine 3.17." }
6970
- { date: "24.10.22:", desc: "Fix sqlite3 build." }

0 commit comments

Comments
 (0)