use 1.71.1 toolchain

This commit is contained in:
GroovieGermanikus 2023-09-06 19:41:01 +02:00
parent d8bd88038c
commit 08dd773dfc
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
build-args: |
RUST_TOOLCHAIN_VERSION=1.71.1
push: true
tags: |
${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE }}:${{ github.sha }}

View File

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.2
# Base image containing all binaries, deployed to gcr.io/mango-markets/mango-geyser-services:latest
FROM rust:1.65.0 as base
FROM rust:${RUST_TOOLCHAIN_VERSION}-bullseye as base
RUN cargo install cargo-chef
RUN rustup component add rustfmt
RUN apt-get update && apt-get install -y clang cmake ssh