mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
build: use ubuntu 22.04 LTS
Requires us to update to latest lnproto which is now using the most up to date python-bitcoinlib, as well as updating our python lock files (which pin the grpcio deps, because of locking problems h/t @cdecker)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:20.04
|
||||
FROM ubuntu:22.04
|
||||
LABEL mantainer="Vincenzo Palazzo vincenzopalazzodev@gmail.com"
|
||||
|
||||
WORKDIR /work
|
||||
|
||||
Reference in New Issue
Block a user