Skip to content

Commit

Permalink
Merge pull request #57 from linuxserver/develop-3.19
Browse files Browse the repository at this point in the history
Rebase to 3.19 (develop)
  • Loading branch information
thespad authored Mar 20, 2024
2 parents cf29ed8 + 6fed768 commit 04b08a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

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

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

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

# set version label
ARG BUILD_DATE
Expand Down
10 changes: 3 additions & 7 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,11 @@ development_versions_items:
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/data", desc: "Database and Prowlarr configs" }
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/data", desc: "Database and Prowlarr configs" }

param_usage_include_ports: true
param_ports:
- { external_port: "9696", internal_port: "9696", port_desc: "The port for the Prowlarr webinterface" }
param_usage_include_env: true
param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London, this is required for Prowlarr" }
# optional env variables
opt_param_usage_include_env: false
- { external_port: "9696", internal_port: "9696", port_desc: "The port for the Prowlarr web UI" }

# application setup block
app_setup_block_enabled: true
Expand All @@ -43,6 +38,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "20.03.24:", desc: "Rebase to Alpine 3.19." }
- { date: "06.06.23:", desc: "Rebase develop to Alpine 3.18." }
- { date: "19.12.22:", desc: "Rebase develop branch to Alpine 3.17." }
- { date: "20.02.22:", desc: "Rebase develop branch to Alpine." }
Expand Down

0 comments on commit 04b08a2

Please sign in to comment.