Skip to content

Commit

Permalink
Merge pull request #2 from karnotxyz/DA-layer-addon-docker-files-changes
Browse files Browse the repository at this point in the history
DA Layer Addons  docker files changes
  • Loading branch information
anukkrit149 authored Jan 15, 2024
2 parents d818e83 + c29a36d commit acd5bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- chore: added features flag for DA-layer (Avail, Celestia)
- chore: added ca-certificate in DockerFile for SSL related issues
- chore(primitives/commitment): remove crate
- chore(primitives/block/header): remove starknet-trie dependent fields
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get -y update; \

WORKDIR /madara
COPY . .
RUN cargo build --release
RUN cargo build --release --feature avail --feature celestia

FROM debian:buster-slim
LABEL description="Madara, a blazing fast Starknet sequencer" \
Expand Down

0 comments on commit acd5bee

Please sign in to comment.