Skip to content

Commit d978315

Browse files
authored
Wormhole bump to check if anything breaks (#547)
1 parent 5cf1afb commit d978315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tilt_devnet/docker_images/Dockerfile.solana

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN cargo init --lib /tmp/decoy-crate && \
3131

3232
WORKDIR /usr/src/bridge
3333

34-
ARG WORMHOLE_REV=2.8.9
34+
ARG WORMHOLE_REV=2.14.7
3535
ADD https://github.com/wormhole-foundation/wormhole/archive/refs/tags/v${WORMHOLE_REV}.tar.gz .
3636
RUN tar -xvf v${WORMHOLE_REV}.tar.gz
3737
RUN mv wormhole-${WORMHOLE_REV} wormhole

0 commit comments

Comments
 (0)