Skip to content

Commit

Permalink
chore: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati committed Nov 29, 2024
1 parent 65ce68b commit 4419303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aptos/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# tag the image with the appropriate version

docker tag aptos:latest ghcr.io/wormhole-foundation/aptos:3.1.0
docker tag aptos:latest ghcr.io/wormhole-foundation/aptos:4.5.0

# push to ghcr

docker push ghcr.io/wormhole-foundation/aptos:3.1.0
docker push ghcr.io/wormhole-foundation/aptos:4.5.0
2 changes: 1 addition & 1 deletion aptos/Dockerfile
Original file line number Diff line number Diff line change
@@ -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?
Expand Down

0 comments on commit 4419303

Please sign in to comment.