diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 22a54b3..d9f77bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ on: branches: [ "main" ] env: - RUST_VERSION: 1.73.0 + RUST_VERSION: 1.74.1 BUILD_ARGS: "--release" BIN_NAME: "wstunnel" diff --git a/Dockerfile b/Dockerfile index 71ad97d..3c56871 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache ############################################################ # Cache image with all the deps -FROM rust:1.73-bookworm AS builder_cache +FROM rust:1.74-bookworm AS builder_cache RUN rustup component add rustfmt clippy