diff --git a/Dockerfile b/Dockerfile index 1341259..b1a1f37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM rust:1.85 AS builder +FROM rust:1.92 AS builder RUN apt-get update && apt-get install diff --git a/Dockerfile.custom b/Dockerfile.custom index dcf4a69..69108b4 100644 --- a/Dockerfile.custom +++ b/Dockerfile.custom @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.85 AS builder +FROM rust:1.92 AS builder ARG VERSION_ARG="0.0" WORKDIR /app