Back to SNAPSHOT
This commit is contained in:
parent
6845a31e61
commit
68d2512f7a
@ -2,8 +2,8 @@
|
|||||||
FROM eclipse-temurin:21-jdk-jammy AS BUILD
|
FROM eclipse-temurin:21-jdk-jammy AS BUILD
|
||||||
|
|
||||||
# Set necessary args and environment variables for building phoenixd
|
# Set necessary args and environment variables for building phoenixd
|
||||||
ARG PHOENIXD_BRANCH=v0.1.4
|
ARG PHOENIXD_BRANCH=v0.1.5
|
||||||
ARG PHOENIXD_COMMIT_HASH=04bd430c48b09611ac201d44fe4a25c32aad0a5f
|
ARG PHOENIXD_COMMIT_HASH=6845a31e6129a48e311b49402a5cc3b9bf887df2
|
||||||
|
|
||||||
# Upgrade all packages and install dependencies
|
# Upgrade all packages and install dependencies
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
@ -21,7 +21,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "fr.acinq.lightning"
|
group = "fr.acinq.lightning"
|
||||||
version = "0.1.5"
|
version = "0.1.6-SNAPSHOT"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.
|
// using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user