BLasan commented on a change in pull request #1955:
URL: https://github.com/apache/fineract/pull/1955#discussion_r742984091
##########
File path: .github/workflows/build-docker.yml
##########
@@ -0,0 +1,20 @@
+name: Fineract Docker build
+
+on: [push]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
Review comment:
Wouldn't it be a good idea to use ubuntu 20.04 LTS (Long Term Support
version) ? I think the latest would be Ubuntu 21.10
##########
File path: .github/workflows/build-docker.yml
##########
@@ -0,0 +1,20 @@
+name: Fineract Docker build
+
+on: [push]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
Review comment:
Wouldn't it be a good idea to use ubuntu 20.04 LTS (Long Term Support
version) ? I think the latest release is Ubuntu 21.10
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]