Skip to content

Commit

Permalink
fix docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Feb 2, 2023
1 parent 5e32f46 commit a0d3f32
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=1.13.6
ARG RUST_VERSION=1.65
ARG SOLANA_VERSION=v1.13.6
ARG RUST_VERSION=1.65.0
FROM rust:$RUST_VERSION-bullseye as builder
RUN apt-get update \
&& apt-get -y install \
Expand Down

0 comments on commit a0d3f32

Please sign in to comment.