Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Fix solana docker image
Browse files Browse the repository at this point in the history
Running the image fails with:

solana-validator: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by solana-validator)
  • Loading branch information
seanyoung committed Oct 9, 2021
1 parent 838ff3b commit e030221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/docker-solana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:bullseye

# RPC JSON
EXPOSE 8899/tcp
Expand Down

0 comments on commit e030221

Please sign in to comment.