Skip to content

Commit

Permalink
Merge pull request #142 from linuxserver/3.18-develop
Browse files Browse the repository at this point in the history
Rebase to 3.18 (develop)
  • Loading branch information
thespad committed Jul 10, 2023
2 parents 3c44b30 + 67aa013 commit c91bc07
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 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.17
FROM ghcr.io/linuxserver/baseimage-alpine:3.18

# 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.17
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18

# set version label
ARG BUILD_DATE
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **11.07.23:** - Rebase to Alpine 3.18.
* **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **13.02.23:** - Add icu-data-full to address [ICU issue](https://github.com/Jackett/Jackett/issues/14008) with Cyrillic character sets.
* **11.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ app_setup_block: |
More info at [{{ project_name|capitalize }}]({{ project_url }}).
# changelog
changelogs:
- {date: "11.07.23:", desc: "Rebase to Alpine 3.18."}
- {date: "01.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "13.02.23:", desc: "Add icu-data-full to address [ICU issue](https://github.com/Jackett/Jackett/issues/14008) with Cyrillic character sets."}
- {date: "11.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
Expand Down
1 change: 0 additions & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-jackett/run
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ else
COMMAND="/app/Jackett/jackett --NoUpdates"
fi


exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9117" \
s6-setuidgid abc ${COMMAND} ${RUN_OPTS}

0 comments on commit c91bc07

Please sign in to comment.