Skip to content

Commit 87b7c5e

Browse files
authored
prep v8.17.0 (#97)
1 parent d26c5c2 commit 87b7c5e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ container_ids=`buildah ls --format "{{.ContainerID}}"`
55
# default setttings for official curl images
66
debian_base=docker.io/debian
77
fedora_base=docker.io/fedora
8-
base=docker.io/alpine:3.22.1
8+
base=docker.io/alpine:3.22.2
99
arch=""
1010
compiler="gcc"
1111
build_opts=" --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets -with-ssl --with-libssh2 --with-nghttp2=/usr --with-gssapi"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.16.0
1+
8.17.0

0 commit comments

Comments
 (0)