Skip to content

Commit

Permalink
feature/v1.13.6 - Bumping solana version to 1.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygrechin authored Jan 12, 2023
1 parent 5217390 commit 0f445db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM solanalabs/solana:v1.14.10
FROM solanalabs/solana:v1.13.6

RUN apt-get update && \
apt-get install --no-install-recommends rustc curl jq librust-curl+openssl-probe-dev/stable -y && \
apt-get install --no-install-recommends rustc curl jq ca-certificated librust-curl+openssl-probe-dev/stable -y && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

0 comments on commit 0f445db

Please sign in to comment.