diff --git a/Dockerfile b/Dockerfile index 0951aa6..bd742c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.92.0-alpine AS builder +FROM rust:1.93.0-alpine AS builder WORKDIR /opt/xtm-composer COPY . .