Skip to content

Commit

Permalink
Build aptos-node-v1.21.0-rc (#17)
Browse files Browse the repository at this point in the history
Also slightly adjust build deps
  • Loading branch information
jasonxh authored Oct 8, 2024
1 parent b36e3a1 commit 59f9f41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: aptos-node-v1.20.1
APTOS_GIT_REVISION: aptos-node-v1.21.0-rc

concurrency: docker

Expand Down
10 changes: 4 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
git \
make \
clang \
lld \
pkg-config \
g++ \
libssl-dev \
libudev-dev \
libdw-dev \
clang-14 \
&& \
rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -46,13 +45,12 @@ FROM debian:bookworm-slim AS runtime-base

RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl \
ca-certificates \
procps \
libssl3 \
libudev1 \
libdw1 \
libclang1-14 \
procps \
curl \
ca-certificates \
&& \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 59f9f41

Please sign in to comment.