Commit a6859b7 1 parent 5e473d0 commit a6859b7 Copy full SHA for a6859b7
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-neutron:
8
8
cd $(APP_DIR ) /neutron && $(MAKE ) build-docker-image
9
9
10
10
build-hermes :
11
- @docker build -f dockerbuilds/Dockerfile.hermes -t hermes:1.10.1 .
11
+ @docker build -f dockerbuilds/Dockerfile.hermes -t hermes:1.10.4 .
12
12
13
13
build-relayer :
14
14
cd $(APP_DIR ) /neutron-query-relayer/ && make build-docker
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ services:
36
36
- neutron-testing
37
37
38
38
hermes :
39
- image : hermes:1.10.1
39
+ image : hermes:1.10.4
40
40
depends_on :
41
41
- " neutron-node"
42
42
- " gaia-node"
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .04
1
+ FROM ubuntu:24 .04
2
2
COPY ./hermes/ /app/network/hermes/
3
3
WORKDIR /app
4
4
RUN apt-get update && apt-get install -y wget && \
5
5
PLATFORM=`uname -a | awk '{print $(NF-1)}'` && \
6
- VERSION=v1.10.1 && \
6
+ VERSION=v1.10.4 && \
7
7
TARNAME="hermes-${VERSION}-${PLATFORM}-unknown-linux-gnu.tar.gz" && \
8
8
wget "https://github.com/informalsystems/hermes/releases/download/${VERSION}/${TARNAME}" && \
9
9
tar -xf "$TARNAME" && \
You can’t perform that action at this time.
0 commit comments