From 1112116b90dd13179d57eba01010a06a09cf2ca0 Mon Sep 17 00:00:00 2001 From: James Fuller Date: Fri, 19 Jan 2024 09:46:46 +0100 Subject: [PATCH] prep v8.5.0-1 --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4025f..6541a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 0387865..625e176 100644 --- a/Makefile +++ b/Makefile @@ -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"