diff --git a/Dockerfile b/Dockerfile index bfd9c06..0c567d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Multi-stage Docker build for Vantis Media Player # Stage 1: Builder -FROM rust:1.94-slim as builder +FROM rust:1.95-slim as builder WORKDIR /app