Skip to content

Commit

Permalink
get ci to work with this pr
Browse files Browse the repository at this point in the history
  • Loading branch information
antonilol committed Dec 27, 2024
1 parent f8f0f3e commit 03ed70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The maintainers of electrs are not deeply familiar with Docker, so you should DYOR.
# If you are not familiar with Docker either it's probably be safer to NOT use it.

FROM debian:bookworm-slim as base
FROM debian:testing-slim as base
RUN apt-get update -qqy
RUN apt-get install -qqy librocksdb-dev wget

Expand Down

0 comments on commit 03ed70d

Please sign in to comment.