File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ jobs:
210210 cache_tag_suffix : arm64
211211 build-args : |
212212 WGET_VERSION=1.21.3-1+b1
213- OPENJDK_17_VERSION=17.0.10+7-1~deb12u1
214213 VERSION_BRANCH=${{ needs.setup_version_properties.outputs.VERSION_BRANCH }}
215214 VERSION_COMMIT=${{ needs.setup_version_properties.outputs.VERSION_COMMIT }}
216215 VERSION_DISPLAY=${{ needs.setup_version_properties.outputs.VERSION_DISPLAY }}
@@ -299,7 +298,6 @@ jobs:
299298 provenance : " false"
300299 build-args : |
301300 WGET_VERSION=1.21.3-1+b1
302- OPENJDK_17_VERSION=17.0.10+7-1~deb12u1
303301 VERSION_BRANCH=${{ needs.setup_version_properties.outputs.VERSION_BRANCH }}
304302 VERSION_COMMIT=${{ needs.setup_version_properties.outputs.VERSION_COMMIT }}
305303 VERSION_DISPLAY=${{ needs.setup_version_properties.outputs.VERSION_DISPLAY }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 core :
55 container_name : radixdlt-stokenet-node
66 # ### Chose to either uncomment "image" or "build" to either pull the image from dockerhub or build locally from source
7- image : radixdlt/babylon-node:v1.1.3
7+ image : radixdlt/babylon-node:v1.1.3.1
88 # build:
99 # context: ..
1010 # dockerfile: Dockerfile
You can’t perform that action at this time.
0 commit comments