diff --git a/Dockerfile b/Dockerfile index d5c5190c1..b6fd97590 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # permissions and limitations under the License. # Stage 1: Build the cp-utility binary -FROM rust:1.72 as builder +FROM rust:1.73 as builder WORKDIR /usr/src/cp-utility COPY ./tools/cp-utility .