diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c253b2b..dc5cd3cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -195,8 +195,8 @@ jobs: - name: Install toolchain run: | - rustup toolchain install 1.80.0 - rustup default 1.80.0 + rustup toolchain install 1.81.0 + rustup default 1.81.0 rustup component add clippy - name: Setup OPA diff --git a/Dockerfile b/Dockerfile index d43030b0..ccfe3c6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # The Debian version and version name must be in sync ARG DEBIAN_VERSION=12 ARG DEBIAN_VERSION_NAME=bookworm -ARG RUSTC_VERSION=1.80.0 +ARG RUSTC_VERSION=1.81.0 ARG NODEJS_VERSION=20.15.0 ARG OPA_VERSION=0.64.1 ARG CARGO_AUDITABLE_VERSION=0.6.4