File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
9
+
10
+ ## [ 8.13.0] - 2025-05-04
11
+ ### Changed
12
+ - bump to curl 8.13.0
13
+ - bump to alpine:3.21.3
14
+
9
15
## [ 8.12.1] - 2025-13-02
10
16
### Changed
11
17
- bump to curl 8.12.1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ container_ids=`buildah ls --format "{{.ContainerID}}"`
5
5
# default setttings for official curl images
6
6
debian_base =docker.io/debian
7
7
fedora_base =docker.io/fedora
8
- base =docker.io/alpine:3.21.2
8
+ base =docker.io/alpine:3.21.3
9
9
arch =""
10
10
compiler ="gcc"
11
11
build_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.12.1
1
+ 8.13.0
You can’t perform that action at this time.
0 commit comments