diff options
author | Robin Jarry <robin@jarry.cc> | 2023-02-11 22:51:54 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-02-11 22:53:27 +0100 |
commit | fff5e2f1bbe4e1d2afecada9b69fca0fc7cec424 (patch) | |
tree | 994a59296fbd4dbc722d9297c4e59cc1ad129933 | |
parent | b638f3fa8f5c3bc48d578d3109c2235e7023e07f (diff) | |
download | aerc-fff5e2f1bbe4e1d2afecada9b69fca0fc7cec424.tar.gz |
ci: use alpine/latest instead of edge
The edge branch sometimes has pre-release go versions which do not play
well with some of our dependencies. Make sure to stay on the latest
stable version.
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | .builds/alpine.yml (renamed from .builds/alpine-edge.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine.yml index 8b8d9e0e..0af9e6e4 100644 --- a/.builds/alpine-edge.yml +++ b/.builds/alpine.yml @@ -1,5 +1,5 @@ --- -image: alpine/edge +image: alpine/latest packages: - go - gnupg |