File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## [ 8.17.0] - 2025-11-05
10+ ### Changed
11+ - bump to curl 8.17.0
12+ - bump to alpine 3.22.2
13+
914## [ 8.16.0] - 2025-09-12
1015### Changed
1116- bump to curl 8.16.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ container_ids=`buildah ls --format "{{.ContainerID}}"`
55# default setttings for official curl images
66debian_base =docker.io/debian
77fedora_base =docker.io/fedora
8- base =docker.io/alpine:3.22.1
8+ base =docker.io/alpine:3.22.2
99arch =""
1010compiler ="gcc"
1111build_opts =" --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets -with-ssl --with-libssh2 --with-nghttp2=/usr --with-gssapi"
Original file line number Diff line number Diff line change 1- 8.16 .0
1+ 8.17 .0
You can’t perform that action at this time.
0 commit comments