Skip to content

Commit

Permalink
build(docker): alpine change to 3.19, debian to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Sep 5, 2024
1 parent d60c56f commit 88c1b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is an example Dockerfile, demonstrating build process of rs-tenderdash-abci

FROM rust:1.76-alpine3.20
FROM rust:1.76-alpine3.19

RUN apk add --no-cache \
git \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is an example Dockerfile, demonstrating build process of rs-tenderdash-abci

# We use Debian base image, as Alpine has some segmentation fault issue
FROM rust:1.76-bullseye
FROM rust:1.76.0-bookworm

RUN --mount=type=cache,sharing=locked,target=/var/lib/apt/lists \
--mount=type=cache,sharing=locked,target=/var/cache/apt \
Expand Down

0 comments on commit 88c1b5f

Please sign in to comment.