We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf1afb commit d978315Copy full SHA for d978315
tilt_devnet/docker_images/Dockerfile.solana
@@ -31,7 +31,7 @@ RUN cargo init --lib /tmp/decoy-crate && \
31
32
WORKDIR /usr/src/bridge
33
34
-ARG WORMHOLE_REV=2.8.9
+ARG WORMHOLE_REV=2.14.7
35
ADD https://github.com/wormhole-foundation/wormhole/archive/refs/tags/v${WORMHOLE_REV}.tar.gz .
36
RUN tar -xvf v${WORMHOLE_REV}.tar.gz
37
RUN mv wormhole-${WORMHOLE_REV} wormhole
0 commit comments