Skip to content

Commit

Permalink
Update to v1.0.0 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHackett12 authored Jul 1, 2024
1 parent 2a848af commit ad8a227
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

######### Charon Config #########

# Charon docker container image version, e.g. `latest` or `v0.19.2`.
# Charon docker container image version, e.g. `latest` or `v1.0.0`.
# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
#CHARON_VERSION=

Expand Down
2 changes: 1 addition & 1 deletion .env.sample.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://mainnet.checkpoint.sigp.io/

######### Charon Config #########

# Charon docker container image version, e.g. `latest` or `v0.19.2`.
# Charon docker container image version, e.g. `latest` or `v1.0.0`.
# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
#CHARON_VERSION=

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker-compose up --no-start
- run: docker-compose -f docker-compose.yml -f compose-debug.yml up --no-start
- run: docker compose up --no-start
- run: docker compose -f docker-compose.yml -f compose-debug.yml up --no-start
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
# \___|_| |_|\__,_|_| \___/|_| |_|

charon:
image: obolnetwork/charon:${CHARON_VERSION:-v0.19.2}
image: obolnetwork/charon:${CHARON_VERSION:-v1.0.0}
environment:
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
- CHARON_LOG_LEVEL=${CHARON_LOG_LEVEL:-info}
Expand Down

0 comments on commit ad8a227

Please sign in to comment.