Skip to content

Commit d015904

Browse files
committed
update 1.17.23
1 parent 57d3087 commit d015904

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+73
-52
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana-verify"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
edition = "2021"
55
description = "A CLI tool for building verifiable Solana programs"
66
license = "MIT"

docker/v1.17.0.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust@sha256:6562d50b62366d5b9db92b34c6684fab5bf3b9f627e59a863c9c0675760feed4
1+
FROM --platform=linux/amd64 rust@sha256:6a2ac38604fce995fd586c8d760147f71d9113dcbe84a7fcddcb30c60a1ec7ee
22

33
RUN apt-get update && apt-get install -qy git gnutls-bin
44
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.17.0/install)"

docker/v1.17.1.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust@sha256:7ec316528af3582341280f667be6cfd93062a10d104f3b1ea72cd1150c46ef22
1+
FROM --platform=linux/amd64 rust@sha256:e5a28b9e772535dc50205b4684b4e1cd113bb52e02e54ff387015c55c561e477
22

33
RUN apt-get update && apt-get install -qy git gnutls-bin
44
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.17.1/install)"

docker/v1.17.10.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust@sha256:7ec316528af3582341280f667be6cfd93062a10d104f3b1ea72cd1150c46ef22
1+
FROM --platform=linux/amd64 rust@sha256:e5a28b9e772535dc50205b4684b4e1cd113bb52e02e54ff387015c55c561e477
22

33
RUN apt-get update && apt-get install -qy git gnutls-bin
44
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.17.10/install)"

docker/v1.17.11.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust@sha256:7ec316528af3582341280f667be6cfd93062a10d104f3b1ea72cd1150c46ef22
1+
FROM --platform=linux/amd64 rust@sha256:e5a28b9e772535dc50205b4684b4e1cd113bb52e02e54ff387015c55c561e477
22

33
RUN apt-get update && apt-get install -qy git gnutls-bin
44
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.17.11/install)"

docker/v1.17.12.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust@sha256:7ec316528af3582341280f667be6cfd93062a10d104f3b1ea72cd1150c46ef22
1+
FROM --platform=linux/amd64 rust@sha256:e5a28b9e772535dc50205b4684b4e1cd113bb52e02e54ff387015c55c561e477
22

33
RUN apt-get update && apt-get install -qy git gnutls-bin
44
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.17.12/install)"

docker/v1.17.13.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust@sha256:7ec316528af3582341280f667be6cfd93062a10d104f3b1ea72cd1150c46ef22
1+
FROM --platform=linux/amd64 rust@sha256:e5a28b9e772535dc50205b4684b4e1cd113bb52e02e54ff387015c55c561e477
22

33
RUN apt-get update && apt-get install -qy git gnutls-bin
44
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.17.13/install)"

docker/v1.17.14.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust@sha256:7ec316528af3582341280f667be6cfd93062a10d104f3b1ea72cd1150c46ef22
1+
FROM --platform=linux/amd64 rust@sha256:e5a28b9e772535dc50205b4684b4e1cd113bb52e02e54ff387015c55c561e477
22

33
RUN apt-get update && apt-get install -qy git gnutls-bin
44
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.17.14/install)"

docker/v1.17.15.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust@sha256:7ec316528af3582341280f667be6cfd93062a10d104f3b1ea72cd1150c46ef22
1+
FROM --platform=linux/amd64 rust@sha256:e5a28b9e772535dc50205b4684b4e1cd113bb52e02e54ff387015c55c561e477
22

33
RUN apt-get update && apt-get install -qy git gnutls-bin
44
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.17.15/install)"

0 commit comments

Comments
 (0)