Skip to content

Commit

Permalink
Merge branch 'fraccaman/revert-docker-image-change'
Browse files Browse the repository at this point in the history
* fraccaman/revert-docker-image-hange:
  revert from bookworm to bullseye
  • Loading branch information
Gianmarco Fraccaroli committed Feb 22, 2024
2 parents 0932a59 + f38accc commit 412accd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/namada/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +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:bookworm-slim AS runtime
FROM debian:bullseye-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 412accd

Please sign in to comment.