From 491b1556c55698ea713ecd79daa0c9851f917008 Mon Sep 17 00:00:00 2001 From: James Fuller Date: Tue, 10 Oct 2023 22:00:26 +0200 Subject: [PATCH] exp fix for github action timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e547b3f..c30e5f6 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.3 +base=docker.io/alpine:3.18.4 arch="" compiler="gcc" build_opts=" --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets -with-ssl --with-libssh2 --with-nghttp2=/usr --with-krb5"