Skip to content

Commit 1785d7b

Browse files
authored
Merge pull request #81 from curl/v8.14.1
prep v8.14.1
2 parents 29fbaa5 + 4197097 commit 1785d7b

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
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88

99

10+
## [8.14.1] - 2025-15-06
11+
### Changed
12+
- bump to curl 8.14.1
13+
- bump to alpine 3.22.0
14+
-
1015
## [8.13.0] - 2025-05-04
1116
### Changed
1217
- bump to curl 8.13.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.21.3
8+
base=docker.io/alpine:3.22.0
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.13.0
1+
8.14.1

0 commit comments

Comments
 (0)