diff --git a/Dockerfile b/Dockerfile index ea8c240..913d007 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.63 as builder +FROM rust:1.67 as builder WORKDIR /usr/src/myapp COPY . . ARG github_token