diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-20 18:29:39 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-20 18:29:39 +0200 |
commit | 423257074446f4e08298dd2808d85ca320e7f27b (patch) | |
tree | 6aeada288b8c242d29afcfe01234f7872f113255 | |
parent | 7e49245fddcd16de615814781a3e52038ca219d9 (diff) | |
download | apkbuilds-423257074446f4e08298dd2808d85ca320e7f27b.tar.gz apkbuilds-423257074446f4e08298dd2808d85ca320e7f27b.tar.bz2 apkbuilds-423257074446f4e08298dd2808d85ca320e7f27b.zip |
chore: Update documentation
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | build.yml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ Who needs docker anyways ;) If for whatever reason you want to add this repo: ```shell -echo "https://artifacts.gabrielgio.me/repo/v3.17/ " >> /etc/apk/repositories +echo "https://artifacts.gabrielgio.me/repo/v3.18/ " >> /etc/apk/repositories ``` Then trust me: @@ -1,7 +1,7 @@ -image: alpine/latest +image: alpine/3.18 repositories: gabrielgio.me: > - https://artifacts.gabrielgio.me/repo/v3.17/ + https://artifacts.gabrielgio.me/repo/v3.18/ https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub mail@gabrielgio.me-62ddc4dc.rsa.pub packages: |