Skip to content

Commit

Permalink
Updated ci.env and docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
krzlabrdx committed Jan 26, 2024
1 parent ea6c8ea commit cfca36c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment/ci.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Git commit version of most recent Node compatible with this Network Gateway (only used in CI/CD environments)
FULLNODE_COMMIT=738ce8e871535278d613e5cd1511fef4a562bb43
FULLNODE_VERSION=sha-738ce8e
FULLNODE_COMMIT=fd4f682acacdcfc52c98ff019db8f16051774230
FULLNODE_VERSION=sha-fd4f682
POSTGRES_VERSION=15.2.0
2 changes: 1 addition & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
fullnode:
image: "radixdlt/babylon-node:v1.0.4"
image: "radixdlt/babylon-node:v1.1.0-rc.1"
profiles: ["fullnode"]
init: true
ports:
Expand Down

0 comments on commit cfca36c

Please sign in to comment.