diff --git a/Dockerfile b/Dockerfile index 806671b..5fc0ccc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.4 # Build stage -FROM rust:1.83-alpine AS builder +FROM rust:1.85-alpine AS builder # Build arguments provided by Docker buildx ARG TARGETPLATFORM