Skip to content

Commit

Permalink
fix: use the latest release of hermes for e2e (#2644)
Browse files Browse the repository at this point in the history
* use the latest release of hermes for e2e

* make hermes.Dockerfile work in multiplatform environments.
  • Loading branch information
faddat authored Jul 18, 2023
1 parent 700da38 commit 934be9b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/e2e/docker/hermes.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM informalsystems/hermes:1.3.0 AS hermes-builder
FROM informalsystems/hermes:1.5.1 AS hermes-builder

FROM debian:buster-slim
FROM debian:buster
USER root

COPY --chown=0:0 --from=hermes-builder /usr/lib/x86_64-linux-gnu/libssl.so.1.1 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
COPY --chown=0:0 --from=hermes-builder /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
COPY --from=hermes-builder /usr/bin/hermes /usr/local/bin/
RUN chmod +x /usr/local/bin/hermes

Expand Down

0 comments on commit 934be9b

Please sign in to comment.