Skip to content

Commit 14e4a55

Browse files
committed
2025.12.1beta
1 parent 8600375 commit 14e4a55

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -7,6 +7,7 @@
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

rootfs/container/base/modules/age/module

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
AGE_VERSION=${AGE_VERSION:-"v1.2.1"}
5+
AGE_VERSION=${AGE_VERSION:-"v1.3.0"}
66
AGE_REPO_URL=${AGE_REPO_URL:-"https://github.com/FiloSottile/age"}
77

88
AGE_BINARY=/usr/local/bin/age
@@ -62,4 +62,4 @@ remove() {
6262

6363
source /container/base/functions/container/build
6464
set -e
65-
$@
65+
$@

0 commit comments

Comments
 (0)