Skip to content

Commit

Permalink
Merge branch 'fraccaman/fix-docker-image' (#2680)
Browse files Browse the repository at this point in the history
* origin/fraccaman/fix-docker-image:
  update base image, remove base directory
  • Loading branch information
Gianmarco Fraccaroli committed Feb 21, 2024
2 parents c733be2 + 38d6919 commit d2f3980
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/namada/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ WORKDIR /app

RUN git clone -b v0.37.2 --single-branch https://github.com/cometbft/cometbft.git && cd cometbft && make build

FROM debian:bullseye-slim AS runtime
ENV NAMADA_BASE_DIR=/.namada
FROM debian:bookworm-slim AS runtime
ENV NAMADA_LOG_COLOR=false

RUN apt-get update && apt-get install libcurl4-openssl-dev libudev-dev -y && apt-get clean
Expand Down

0 comments on commit d2f3980

Please sign in to comment.