diff --git a/Dockerfile b/Dockerfile index 0c7b7dc..7031ebd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.25 +# syntax=docker/dockerfile:1.26 # Use the official Rust image as the builder stage FROM rust:1.97-slim AS builder