diff options
author | Drew DeVault <sir@cmpwn.com> | 2022-02-26 09:05:56 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2022-02-26 09:05:56 +0100 |
commit | 5170521773a846cd3883f0c30c65d3c47fd5f922 (patch) | |
tree | bc138d38f1a9ca9dd5150b691c6b8a418bf6d376 | |
parent | d890e06daa085de6d444b32fdd3eac958a7562f6 (diff) | |
download | sr.ht-docs-5170521773a846cd3883f0c30c65d3c47fd5f922.tar.gz |
builds.sr.ht/compatibility.md: fix alpine versions
-rw-r--r-- | builds.sr.ht/compatibility.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index b11b534..787dff7 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -69,7 +69,7 @@ Support policy: [upstream](https://alpinelinux.org/releases/) <th>Alpine 3.15</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: alpine/latest</code> <strong>or</strong> - <code>image: alpine/3.14</code> + <code>image: alpine/3.15</code> </th> </tr> <tr> @@ -100,7 +100,7 @@ Support policy: [upstream](https://alpinelinux.org/releases/) <th>Alpine 3.14</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: alpine/old</code> <strong>or</strong> - <code>image: alpine/3.13</code> + <code>image: alpine/3.14</code> </th> </tr> <tr> @@ -130,7 +130,7 @@ Support policy: [upstream](https://alpinelinux.org/releases/) <tr> <th>Alpine 3.13</th> <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: alpine/3.12</code> <strong>or</strong> + <code>image: alpine/3.13</code> <strong>or</strong> <code>image: alpine/older</code> </th> </tr> @@ -161,7 +161,7 @@ Support policy: [upstream](https://alpinelinux.org/releases/) <tr> <th>Alpine 3.12</th> <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: alpine/3.11</code> <strong>or</strong> + <code>image: alpine/3.12</code> <strong>or</strong> <code>image: alpine/oldest</code> </th> </tr> |