Skip to content

Commit

Permalink
prep v8.5.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
xquery committed Jan 19, 2024
1 parent 9414d81 commit 1112116
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased


## [8.5.0-1] - 2023-01-19
### Changed
- add libpsl
- bump to alpine 3.19.0

## [8.5.0] - 2023-12-06
### Changed
- bump to curl 8.5.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 setttings for official curl images
debian_base=docker.io/debian
fedora_base=docker.io/fedora
base=docker.io/alpine:3.18.5
base=docker.io/alpine:3.19.0
arch=""
compiler="gcc"
build_opts=" --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets -with-ssl --with-libssh2 --with-nghttp2=/usr --with-gssapi"
Expand Down

0 comments on commit 1112116

Please sign in to comment.