Skip to content

Commit

Permalink
build aptos 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jachen-sh committed Mar 22, 2024
1 parent 2117bb5 commit eb592a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
APTOS_GIT_REVISION: 7dc7078
APTOS_GIT_REVISION: aptos-node-v1.10.0

concurrency: docker

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN adduser --uid 1000 --home /aptos --gecos '' --disabled-password aptos
FROM base AS aptos

COPY --from=builder \
/usr/src/aptos/target/release/aptos-node \
/usr/src/aptos/target/release/aptos \
/usr/local/bin/

Expand Down

0 comments on commit eb592a2

Please sign in to comment.