Rebase to 3.18
This commit is contained in:
parent
9dcc85f7c4
commit
8a059dcf7f
4 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.17
|
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# 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
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|
|
@ -224,6 +224,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **12.07.23:** - Rebase to Alpine 3.18
|
||||||
* **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
* **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||||
* **23.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
|
* **23.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
|
||||||
* **02.02.22:** - Rebasing to alpine 3.15. Updating to Python 3.
|
* **02.02.22:** - Rebasing to alpine 3.15. Updating to Python 3.
|
||||||
|
|
|
@ -26,6 +26,7 @@ param_ports:
|
||||||
- {external_port: "8181", internal_port: "8181", port_desc: "Application WebUI"}
|
- {external_port: "8181", internal_port: "8181", port_desc: "Application WebUI"}
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- {date: "12.07.23:", desc: "Rebase to Alpine 3.18"}
|
||||||
- {date: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
- {date: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
||||||
- {date: "23.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
|
- {date: "23.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
|
||||||
- {date: "02.02.22:", desc: "Rebasing to alpine 3.15. Updating to Python 3."}
|
- {date: "02.02.22:", desc: "Rebasing to alpine 3.15. Updating to Python 3."}
|
||||||
|
|
Loading…
Add table
Reference in a new issue