Skip to content

Commit

Permalink
exp fix for github action timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
xquery committed Oct 11, 2023
1 parent ac1455e commit 491b155
Showing 1 changed file with 1 addition and 1 deletion.
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.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"
Expand Down

0 comments on commit 491b155

Please sign in to comment.