Skip to content

Commit 4ce246f

Browse files
committed
Fix dockerfile version
1 parent b8caf4e commit 4ce246f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Solana.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG SOLANA_VERSION=v1.17.20
2-
ARG RUST_VERSION=1.73
1+
ARG SOLANA_VERSION=v1.18.11
2+
ARG RUST_VERSION=1.75
33
FROM rust:$RUST_VERSION-bullseye as builder
44
RUN apt-get update \
55
&& apt-get -y install \

0 commit comments

Comments
 (0)