From bb43ffe016b1d6df34f5b77bb04c27a89b537ef4 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 25 Dec 2023 22:08:26 +0100 Subject: feat: Upgrade to 3.19 --- build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.yml') diff --git a/build.yml b/build.yml index 8754b9e..7a3ba59 100644 --- a/build.yml +++ b/build.yml @@ -1,7 +1,7 @@ -image: alpine/3.18 +image: alpine/3.19 repositories: gabrielgio.me: > - https://artifacts.gabrielgio.me/repo/v3.18/ + https://artifacts.gabrielgio.me/repo/v3.19/ https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub mail@gabrielgio.me-62ddc4dc.rsa.pub packages: @@ -33,7 +33,7 @@ tasks: - doc: | cd apkbuilds sshopts="ssh -o StrictHostKeyChecking=no" - apkdoc -u "https://artifacts.gabrielgio.me/repo/v3.18/x86_64/APKINDEX.tar.gz" -f docs/index.html -o index.html + apkdoc -u "https://artifacts.gabrielgio.me/repo/v3.19/x86_64/APKINDEX.tar.gz" -f docs/index.html -o index.html minify -o index.html index.html rsync --rsh="$sshopts" -rP index.html $remote:/var/www/apkdoc.gabrielgio.me/ -- cgit v1.2.3