Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading