Skip to content

Commit

Permalink
Release 2.6.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Feb 15, 2025
1 parent c8fe77c commit 16ceeff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.6.1 2025-02-14 <dave at tiredofit dot ca>

### Added
- Pin to tiredofit/alpine:3.21-7.10.28


## 2.6.0 2025-02-14 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 16ceeff

Please sign in to comment.