From a8a9ea60c337dcd0ebbc36701ccb0c1d8872e954 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Fri, 29 Nov 2024 13:17:58 +0100 Subject: [PATCH] chore: update dockerfile --- aptos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptos/Dockerfile b/aptos/Dockerfile index 167e652053..ee9b5f50a8 100644 --- a/aptos/Dockerfile +++ b/aptos/Dockerfile @@ -1,6 +1,6 @@ FROM cli-gen AS cli-export FROM const-gen AS const-export -FROM ghcr.io/wormhole-foundation/aptos:3.1.0@sha256:c359f25cd6b2cd9edb2634504756a3b179cd416fd73fda59f66c48168e3b69da as aptos +FROM ghcr.io/wormhole-foundation/aptos:4.5.0@sha256:6d83c0ca3d434f06854ff16aa319db94b6d5857353b519e38f2096cfd0ab5df7 as aptos # Install nodejs # todo(aki): move this into base image?