diff --git a/Dockerfile b/Dockerfile index e936ab9..3fad1bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.56 as builder +FROM rust:1.61 as builder RUN apt-get update && apt-get install -y sqlite3 && rm -rf /var/lib/apt/lists/* WORKDIR /usr/src/ics-proxy COPY . .