diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2023-11-11 16:28:17 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-11 16:28:17 -0800 |
| commit | 598ef3c7cbe718925cece64ad28b2061969fe4a8 (patch) | |
| tree | c01dc5d3073da358892e9c05c52231366e624874 /test | |
| parent | f884d1d61108d4942dd02c95bf5fd05daeedf47e (diff) | |
Small fixes (#245)
Some things I noticed from
https://github.com/radian-software/apheleia/pull/242 but didn't want to
patch in place because CI had passed already.
Diffstat (limited to 'test')
| -rw-r--r-- | test/formatters/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/formatters/Dockerfile b/test/formatters/Dockerfile index 3535642..8ff0ca7 100644 --- a/test/formatters/Dockerfile +++ b/test/formatters/Dockerfile @@ -1,4 +1,4 @@ -# Ubuntu 20.04 LTS supported until April 2025 +# Ubuntu 22.04 LTS supported until April 2027 FROM ubuntu:22.04 AS common WORKDIR /build |
