Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [8.18.0] - 2026-03-11
### Changed
- bump to curl 8.19.0
- bump to alpine 3.23.3
-
## [8.18.0] - 2026-01-08
### Changed
- bump to curl 8.18.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ container_ids=`buildah ls --format "{{.ContainerID}}"`
# default settings for official curl images
debian_base=docker.io/debian
fedora_base=docker.io/fedora
base=docker.io/alpine:3.23.0
base=docker.io/alpine:3.23.3
arch=""
compiler="gcc"
dev_deps="git zsh curl build-base libtool autoconf automake perl openssl libssh2 libssh2-dev libssh2-static nghttp2-dev brotli brotli-dev zstd-dev krb5-dev libpsl-dev python3 python3-dev stunnel nghttp2"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.18.0
8.19.0
Loading