Skip to content

Commit

Permalink
chore: bump Docker image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Feb 12, 2024
1 parent 0308974 commit 32dc1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build.py
Expand Up @@ -37,13 +37,13 @@ class Image:

GOLANG_VERSION = BuildArgument(
name="GOLANG_VERSION",
value="1.21.6-bullseye",
value="1.22.0-bullseye",
)

BITCOIN_VERSION = "26.0"
LITECOIN_VERSION = "0.21.2.2"
ELEMENTS_VERSION = "23.2.1"
GETH_VERSION = "1.13.11"
GETH_VERSION = "1.13.12"

C_LIGHTNING_VERSION = "23.11.2"
ECLAIR_VERSION = "0.9.0"
Expand Down

0 comments on commit 32dc1da

Please sign in to comment.