Skip to content

Commit

Permalink
build aptos 1.10.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jachen-sh authored Mar 22, 2024
1 parent 2117bb5 commit 712bc71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04 AS builder
SHELL ["/bin/bash", "-c"]

RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates git && \
apt-get install -y --no-install-recommends ca-certificates git sudo && \
rm -rf /var/lib/apt/lists/*

WORKDIR /usr/src/aptos
Expand All @@ -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 712bc71

Please sign in to comment.