Skip to content

Commit 508c8c6

Browse files
committed
prep v8.11.1
1 parent 16aa3a9 commit 508c8c6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
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.11.1] - 2024-12-11
10+
### Changed
11+
- bump to curl 8.11.1
12+
- bump to alpine:3.21.0
13+
914
## [8.11.0] - 2024-11-06
1015
### Changed
1116
- bump to curl 8.11.0

Makefile

+1-1
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.20.3
8+
base=docker.io/alpine:3.21.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.11.0
1+
8.11.1

0 commit comments

Comments
 (0)