diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c2ea78..2584ddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ permissions: contents: read env: - RUST_VERSION: 1.68.2 + RUST_VERSION: 1.73.0 CARGO_TERM_COLOR: always jobs: diff --git a/Dockerfile b/Dockerfile index fb78d53..1c0b484 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.68.2-bullseye as builder +FROM rust:1.73.0-bullseye as builder RUN apt-get update && \ apt-get install -y libopus-dev && \