Skip to content

Commit

Permalink
Fix dockerfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Aug 9, 2024
1 parent b8caf4e commit 4ce246f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Solana.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG SOLANA_VERSION=v1.17.20
ARG RUST_VERSION=1.73
ARG SOLANA_VERSION=v1.18.11
ARG RUST_VERSION=1.75
FROM rust:$RUST_VERSION-bullseye as builder
RUN apt-get update \
&& apt-get -y install \
Expand Down

0 comments on commit 4ce246f

Please sign in to comment.