File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22FROM eclipse-temurin:21-jdk-jammy AS BUILD
33
44# Set necessary args and environment variables for building phoenixd
5- ARG PHOENIXD_BRANCH=v0.3.3
6- ARG PHOENIXD_COMMIT_HASH=4e805adcc69fb01d05497d1f75e173632eeb7024
5+ ARG PHOENIXD_BRANCH=v0.3.4
6+ ARG PHOENIXD_COMMIT_HASH=1a872b40b92bde3ae340bb8a7869a79d11fe5bff
77
88# Upgrade all packages and install dependencies
99RUN apt-get update \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121
2222allprojects {
2323 group = " fr.acinq.lightning"
24- version = " 0.3.4 "
24+ version = " 0.3.5-SNAPSHOT "
2525
2626 repositories {
2727 // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.
You can’t perform that action at this time.
0 commit comments