Skip to content

Commit

Permalink
chore: update anchor to 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mralbertchen committed May 17, 2022
1 parent 7242ce6 commit 99097a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rust:1.59
FROM rust:1.60

ARG SOLANA_VERSION=v1.9.14
ARG ANCHOR_VERSION=v0.23.0
ARG ANCHOR_VERSION=v0.24.2

RUN apt-get update -y
RUN apt-get upgrade -y
Expand All @@ -16,6 +16,8 @@ RUN cargo install --git https://github.com/project-serum/anchor --tag $ANCHOR_VE
RUN curl -fsSL https://deb.nodesource.com/setup_17.x | bash -
RUN apt-get install -y nodejs

RUN npm install --global yarn

COPY shell-exec.sh /bin/shell-exec
RUN chmod +x /bin/shell-exec

Expand Down

0 comments on commit 99097a1

Please sign in to comment.