From 06ac2957d96d4766959f3da6e69155548c88b155 Mon Sep 17 00:00:00 2001 From: gi8lino <8619940+gi8lino@users.noreply.github.com> Date: Sun, 26 Jul 2026 09:51:17 +0000 Subject: [PATCH] chore: update Alpine package versions --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9edd1f3..61e0bd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ FROM alpine:3.23.4 # alpine-package: name=bash repo=main ARG BASH_VERSION=5.3.3-r1 # alpine-package: name=bind-tools repo=main -ARG BIND_TOOLS_VERSION=9.20.23-r0 +ARG BIND_TOOLS_VERSION=9.20.26-r0 # alpine-package: name=coreutils repo=main ARG COREUTILS_VERSION=9.8-r1 # alpine-package: name=curl repo=main diff --git a/README.md b/README.md index 96982c7..84ebd2f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ alpine linux (3.23.4 AS builder 3.23.4) with following components: - bash (5.3.3-r1) -- bind-tools (9.20.23-r0) +- bind-tools (9.20.26-r0) - catatonit (0.2.1) - coreutils (9.8-r1) - curl (8.20.0-r0)