File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
rootfs/container/base/modules/age Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- ## 2025.12.1beta 2025-12-20 <code at nfrastack dot com >
1+ ## 2025.12.1beta 2025-12-27 <code at nfrastack dot com >
22
33 ## Changed
44 - Package cleanup not removing all symbolic links
77 - Add ca-certificates for alpine variant
88 - Properly output Zabbix Agent versions
99 - Fluent-bit 4.2.2
10+ - Age 1.3.0
1011
1112## 2025.12.0 2025-12-19 <code at nfrastack dot com >
1213
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- AGE_VERSION=${AGE_VERSION:-"v1.2.1 "}
5+ AGE_VERSION=${AGE_VERSION:-"v1.3.0 "}
66AGE_REPO_URL=${AGE_REPO_URL:-"https://github.com/FiloSottile/age"}
77
88AGE_BINARY=/usr/local/bin/age
@@ -62,4 +62,4 @@ remove() {
6262
6363source /container/base/functions/container/build
6464set -e
65- $@
65+ $@
You can’t perform that action at this time.
0 commit comments