Skip to content

Commit dc9f981

Browse files
committed
fix: Update for v1.1.3.1
1 parent a843e2c commit dc9f981

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

testnet-node/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)