Merge pull request #454 from basecamp/lts-ubuntu

Use LTS version of Ubuntu for integration tests
This commit is contained in:
Donal McBreen
2023-09-12 09:12:31 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:22.10
FROM ubuntu:22.04
WORKDIR /work

View File

@@ -1,4 +1,4 @@
FROM ubuntu:22.10
FROM ubuntu:22.04
WORKDIR /work