Skip to content

Commit

Permalink
Merge pull request #32 from chainstack/v1.14.19
Browse files Browse the repository at this point in the history
Upgrade to v1.14.19
  • Loading branch information
andreygrechin authored Jul 1, 2023
2 parents 055b518 + ab7dcba commit a51a126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM solanalabs/solana:v1.14.19

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

0 comments on commit a51a126

Please sign in to comment.