mirror of
https://github.com/linuxserver/docker-ngircd.git
synced 2026-02-20 04:25:10 +08:00
Rebase to 3.18
This commit is contained in:
parent
b1fed7fadd
commit
96811a412f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -223,6 +223,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **12.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)
|
||||
* **05.03.23:** - Rebase to Alpine 3.17.
|
||||
* **11.10.22:** - Rebasing to alpine 3.16, migrate to s6v3.
|
||||
|
||||
@ -26,6 +26,7 @@ app_setup_block_enabled: true
|
||||
app_setup_block: "- To setup ngircd you will need to edit `/config/ngircd.conf` which is created the first time the container is run, edit the file and restart the container to implement any config changes. \n- For information see the ngircd site [here.](https://github.com/ngircd/ngircd/blob/master/doc/sample-ngircd.conf.tmpl)\n"
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "12.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: "05.03.23:", desc: "Rebase to Alpine 3.17."}
|
||||
- {date: "11.10.22:", desc: "Rebasing to alpine 3.16, migrate to s6v3."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user