From 16ceeffa785e0dff8c8f0b05a821942d3f3312f6 Mon Sep 17 00:00:00 2001 From: "dave@tiredofit.ca" Date: Fri, 14 Feb 2025 19:29:03 -0800 Subject: [PATCH] Release 2.6.1 - See CHANGELOG.md --- CHANGELOG.md | 6 ++++++ Dockerfile | 2 +- LICENSE | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e32c8..6ef218f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.6.1 2025-02-14 + + ### Added + - Pin to tiredofit/alpine:3.21-7.10.28 + + ## 2.6.0 2025-02-14 ### Added diff --git a/Dockerfile b/Dockerfile index 6c191b2..24dd4a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG DISTRO="alpine" ARG DISTRO_VARIANT="3.21" -FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}-7.10.24 +FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}-7.10.28 LABEL maintainer="Dave Conroy (github.com/tiredofit)" ARG UNBOUND_VERSION diff --git a/LICENSE b/LICENSE index c908bda..1282ff0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2024 Dave Conroy +Copyright (c) 2025 Dave Conroy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal